Searched refs:xSemaphoreCreateRecursiveMutex (Results 1 – 7 of 7) sorted by relevance
78 gl_mutex = xSemaphoreCreateRecursiveMutex(); in osi_mutex_global_init()
827 #define xSemaphoreCreateRecursiveMutex() xQueueCreateMutex( queueQUEUE_TYPE_RECURSIVE_MUTEX ) macro
379 s_common_recursive_mutex = *(StaticSemaphore_t *)xSemaphoreCreateRecursiveMutex(); in esp_newlib_locks_init()
316 return (void *)xSemaphoreCreateRecursiveMutex(); in recursive_mutex_create_wrapper()
83 s_flash_op_mutex = xSemaphoreCreateRecursiveMutex(); in spi_flash_init_lock()
466 loop->mutex = xSemaphoreCreateRecursiveMutex(); in esp_event_loop_create()
566 mux->sem = xSemaphoreCreateRecursiveMutex();