Searched refs:xQueueGiveMutexRecursive (Results 1 – 6 of 6) sorted by relevance
547 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) )
131 #define xQueueGiveMutexRecursive MPU_xQueueGiveMutexRecursive macro
1530 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
1485 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()1493 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
2546 xReturn = xQueueGiveMutexRecursive( xInternalQueueHandle ); in MPU_xQueueGiveMutexRecursiveImpl()
759 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) in xQueueGiveMutexRecursive() function
Completed in 29 milliseconds