Searched refs:xQueueSemaphoreTake (Results 1 – 5 of 5) sorted by relevance
29 return xQueueSemaphoreTake( xQueue, xTicksToWait ); in xQueueGenericReceive()
687 xReturn = xQueueSemaphoreTake( pxMutex, xTicksToWait ); in xQueueTakeMutexRecursive()1436 BaseType_t xQueueSemaphoreTake( QueueHandle_t xQueue, TickType_t xTicksToWait ) in xQueueSemaphoreTake() function
275 #define xSemaphoreTake( xSemaphore, xBlockTime ) xQueueSemaphoreTake( ( xSemaphore ), ( xBlockTime…
96 #define xQueueSemaphoreTake MPU_xQueueSemaphoreTake macro
1239 BaseType_t xQueueSemaphoreTake( QueueHandle_t xQueue, TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;