Searched refs:xQueueGiveMutexRecursive (Results 1 – 6 of 6) sorted by relevance
547 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) )
117 #define xQueueGiveMutexRecursive MPU_xQueueGiveMutexRecursive macro
1504 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
1507 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()1515 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
2477 xReturn = xQueueGiveMutexRecursive( xInternalQueueHandle ); in MPU_xQueueGiveMutexRecursiveImpl()
717 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) in xQueueGiveMutexRecursive() function