Home
last modified time | relevance | path

Searched refs:xSemaphoreCreateRecursiveMutexStatic (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/osal/include/esp_osal/
Dsemphr.h896 …#define xSemaphoreCreateRecursiveMutexStatic( pxStaticSemaphore ) xQueueCreateMutexStatic( queueQU… macro
/device/soc/esp/esp32/components/newlib/
Dlocks.c374 handle = xSemaphoreCreateRecursiveMutexStatic(&s_common_recursive_mutex); in esp_newlib_locks_init()