Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/newlib/test/
Dtest_locks.c89 _LOCK_T lock = (_LOCK_T) xSemaphoreCreateRecursiveMutexStatic(&semaphore);
/hal_espressif-2.7.6/components/freertos/include/freertos/
Dsemphr.h890 …#define xSemaphoreCreateRecursiveMutexStatic( pxStaticSemaphore ) xQueueCreateMutexStatic( queueQU… macro
/hal_espressif-2.7.6/components/freertos/test/
Dtest_freertos_backported_functions.c140 handle = xSemaphoreCreateRecursiveMutexStatic(&queue_buffer);
/hal_espressif-2.7.6/components/newlib/
Dlocks.c373 handle = xSemaphoreCreateRecursiveMutexStatic(&s_common_recursive_mutex); in esp_newlib_locks_init()