Searched refs:xQueueCreateMutex (Results 1 – 5 of 5) sorted by relevance
706 #define xSemaphoreCreateMutex() xQueueCreateMutex( queueQUEUE_TYPE_MUTEX )827 #define xSemaphoreCreateRecursiveMutex() xQueueCreateMutex( queueQUEUE_TYPE_RECURSIVE_MUTEX )
100 #define xQueueCreateMutex MPU_xQueueCreateMutex macro
1235 QueueHandle_t xQueueCreateMutex( const uint8_t ucQueueType ) PRIVILEGED_FUNCTION;
73 xSemaphoreHandle new_sem = xQueueCreateMutex(mutex_type); in lock_init_generic()
574 QueueHandle_t xQueueCreateMutex( const uint8_t ucQueueType ) in xQueueCreateMutex() function