Searched refs:xSemaphoreCreateRecursiveMutex (Results 1 – 15 of 15) sorted by relevance
78 gl_mutex = xSemaphoreCreateRecursiveMutex(); in osi_mutex_global_init()
881 #define xSemaphoreCreateRecursiveMutex() xQueueCreateMutex( queueQUEUE_TYPE_RECURSIVE_MUTEX ) macro
254 trans_mutex = xSemaphoreCreateRecursiveMutex(); in init_transactions()
272 s_supplicant_api_lock = xSemaphoreCreateRecursiveMutex(); in esp_supplicant_common_init()
625 s_dpp_api_lock = xSemaphoreCreateRecursiveMutex(); in esp_supp_dpp_init()
28 s_wps_api_lock = xSemaphoreCreateRecursiveMutex();\1970 s_wps_data_lock = xSemaphoreCreateRecursiveMutex(); in wps_task_init()
552 mux->sem = xSemaphoreCreateRecursiveMutex(); in pthread_mutex_init()
318 return (void *)xSemaphoreCreateRecursiveMutex(); in recursive_mutex_create_wrapper()
254 return (void *)xSemaphoreCreateRecursiveMutex(); in recursive_mutex_create_wrapper()
300 return (void *)xSemaphoreCreateRecursiveMutex(); in recursive_mutex_create_wrapper()
308 return (void *)xSemaphoreCreateRecursiveMutex(); in recursive_mutex_create_wrapper()
91 s_flash_op_mutex = xSemaphoreCreateRecursiveMutex(); in spi_flash_init_lock()
690 emac->spi_lock = xSemaphoreCreateRecursiveMutex(); in esp_eth_mac_new_ksz8851snl()
475 loop->mutex = xSemaphoreCreateRecursiveMutex(); in esp_event_loop_create()
326 client->lock = xSemaphoreCreateRecursiveMutex(); in esp_websocket_client_init()