Home
last modified time | relevance | path

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

/Kernel-v10.6.2/include/
Dsemphr.h547 #define xSemaphoreGiveRecursive( xMutex ) xQueueGiveMutexRecursive( ( xMutex ) )
Dmpu_wrappers.h117 #define xQueueGiveMutexRecursive MPU_xQueueGiveMutexRecursive macro
Dqueue.h1504 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/portable/Common/
Dmpu_wrappers.c1507 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
1515 xReturn = xQueueGiveMutexRecursive( xMutex ); in MPU_xQueueGiveMutexRecursive()
Dmpu_wrappers_v2.c2477 xReturn = xQueueGiveMutexRecursive( xInternalQueueHandle ); in MPU_xQueueGiveMutexRecursiveImpl()
/Kernel-v10.6.2/
Dqueue.c717 BaseType_t xQueueGiveMutexRecursive( QueueHandle_t xMutex ) in xQueueGiveMutexRecursive() function