Home
last modified time | relevance | path

Searched refs:xQueueGiveMutexRecursive (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Kernel/include/
A Dsemphr.h547 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) )
A Dmpu_wrappers.h131 #define xQueueGiveMutexRecursive MPU_xQueueGiveMutexRecursive macro
A Dqueue.h1530 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
/FreeRTOS-Kernel/portable/Common/
A Dmpu_wrappers.c1485 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
1493 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
A Dmpu_wrappers_v2.c2546 xReturn = xQueueGiveMutexRecursive( xInternalQueueHandle ); in MPU_xQueueGiveMutexRecursiveImpl()
/FreeRTOS-Kernel/
A Dqueue.c759 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) in xQueueGiveMutexRecursive() function

Completed in 29 milliseconds