Home
last modified time | relevance | path

Searched refs:pxCoRoutineWoken (Results 1 – 2 of 2) sorted by relevance

/Kernel-v10.6.2/include/
Dcroutine.h725 #define crQUEUE_RECEIVE_FROM_ISR( pxQueue, pvBuffer, pxCoRoutineWoken ) \ argument
726 xQueueCRReceiveFromISR( ( pxQueue ), ( pvBuffer ), ( pxCoRoutineWoken ) )
/Kernel-v10.6.2/
Dqueue.c2769 BaseType_t * pxCoRoutineWoken ) in xQueueCRReceiveFromISR() argument
2793 if( ( *pxCoRoutineWoken ) == pdFALSE ) in xQueueCRReceiveFromISR()
2799 *pxCoRoutineWoken = pdTRUE; in xQueueCRReceiveFromISR()