Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dsemphr.h547 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) )
Dmpu_wrappers.h119 #define xQueueGiveMutexRecursive MPU_xQueueGiveMutexRecursive macro
Dqueue.h1530 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c1483 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
1491 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
Dmpu_wrappers_v2.c2546 xReturn = xQueueGiveMutexRecursive( xInternalQueueHandle ); in MPU_xQueueGiveMutexRecursiveImpl()
/Kernel-v11.1.0/
Dqueue.c756 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) in xQueueGiveMutexRecursive() function