Home
last modified time | relevance | path

Searched refs:xSemaphoreCreateRecursiveMutex (Results 1 – 7 of 7) sorted by relevance

/device/soc/esp/esp32/components/bt/common/osi/
Dmutex.c78 gl_mutex = xSemaphoreCreateRecursiveMutex(); in osi_mutex_global_init()
/device/soc/esp/esp32/components/osal/include/esp_osal/
Dsemphr.h827 #define xSemaphoreCreateRecursiveMutex() xQueueCreateMutex( queueQUEUE_TYPE_RECURSIVE_MUTEX ) macro
/device/soc/esp/esp32/components/newlib/
Dlocks.c379 s_common_recursive_mutex = *(StaticSemaphore_t *)xSemaphoreCreateRecursiveMutex(); in esp_newlib_locks_init()
/device/soc/esp/esp32/components/esp_wifi/esp32/
Desp_adapter.c316 return (void *)xSemaphoreCreateRecursiveMutex(); in recursive_mutex_create_wrapper()
/device/soc/esp/esp32/components/spi_flash/
Dcache_utils.c83 s_flash_op_mutex = xSemaphoreCreateRecursiveMutex(); in spi_flash_init_lock()
/device/soc/esp/esp32/components/esp_event/
Desp_event.c466 loop->mutex = xSemaphoreCreateRecursiveMutex(); in esp_event_loop_create()
/device/soc/esp/esp32/components/pthread/
Dpthread.c566 mux->sem = xSemaphoreCreateRecursiveMutex();