Searched refs:xSemaphoreCreateRecursiveMutexStatic (Results 1 – 4 of 4) sorted by relevance
89 _LOCK_T lock = (_LOCK_T) xSemaphoreCreateRecursiveMutexStatic(&semaphore);
890 …#define xSemaphoreCreateRecursiveMutexStatic( pxStaticSemaphore ) xQueueCreateMutexStatic( queueQU… macro
140 handle = xSemaphoreCreateRecursiveMutexStatic(&queue_buffer);
373 handle = xSemaphoreCreateRecursiveMutexStatic(&s_common_recursive_mutex); in esp_newlib_locks_init()