Searched defs:xMutex (Results 1 – 3 of 3) sorted by relevance
143 SemaphoreHandle_t *xMutex = (SemaphoreHandle_t *)(mutex); in app_driver_mutex_init() local162 SemaphoreHandle_t xMutex = (SemaphoreHandle_t)mutex; in app_driver_mutex_pend() local193 SemaphoreHandle_t xMutex = (SemaphoreHandle_t)mutex; in app_driver_mutex_post() local
367 #define xSemaphoreTakeRecursive( xMutex, xBlockTime ) xQueueTakeMutexRecursive( ( xMutex ), ( xBloc… argument525 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) ) argument
608 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) in xQueueGiveMutexRecursive()659 BaseType_t xQueueTakeMutexRecursive( QueueHandle_t xMutex, TickType_t xTicksToWait ) in xQueueTakeMutexRecursive()