Searched refs:xCoRoutinePreviouslyWoken (Results 1 – 8 of 8) sorted by relevance
637 #define crQUEUE_SEND_FROM_ISR( pxQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ) \ argument638 xQueueCRSendFromISR( ( pxQueue ), ( pvItemToQueue ), ( xCoRoutinePreviouslyWoken ) )
1519 BaseType_t xCoRoutinePreviouslyWoken );
72 173 xQueueCRSendFromISR xQueue=%I pvItemToQueue=%p xCoRoutinePreviouslyWoken=…
2716 BaseType_t xCoRoutinePreviouslyWoken ) in xQueueCRSendFromISR() argument2728 if( xCoRoutinePreviouslyWoken == pdFALSE ) in xQueueCRSendFromISR()2756 return xCoRoutinePreviouslyWoken; in xQueueCRSendFromISR()