Home
last modified time | relevance | path

Searched refs:xQueueCRReceive (Results 1 – 4 of 4) sorted by relevance

/Kernel-v10.6.2/include/
Dcroutine.h500 *( pxResult ) = xQueueCRReceive( ( pxQueue ), ( pvBuffer ), ( xTicksToWait ) ); \
504 *( pxResult ) = xQueueCRReceive( ( pxQueue ), ( pvBuffer ), 0 ); \
Dqueue.h1476 BaseType_t xQueueCRReceive( QueueHandle_t xQueue,
/Kernel-v10.6.2/
Dqueue.c2623 BaseType_t xQueueCRReceive( QueueHandle_t xQueue, in xQueueCRReceive() function
DHistory.txt2356 xQueueCRReceive as it exited with interrupts enabled. Thanks Paul Katz.