Searched refs:xCoRoutinePreviouslyWoken (Results 1 – 4 of 4) sorted by relevance
609 #define crQUEUE_SEND_FROM_ISR( pxQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ) \ argument610 xQueueCRSendFromISR( ( pxQueue ), ( pvItemToQueue ), ( xCoRoutinePreviouslyWoken ) )
1480 BaseType_t xCoRoutinePreviouslyWoken );
1425 #define traceENTER_xQueueCRSendFromISR( xQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ) argument1429 #define traceRETURN_xQueueCRSendFromISR( xCoRoutinePreviouslyWoken ) argument
2889 BaseType_t xCoRoutinePreviouslyWoken ) in xQueueCRSendFromISR() argument2893 traceENTER_xQueueCRSendFromISR( xQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ); in xQueueCRSendFromISR()2903 if( xCoRoutinePreviouslyWoken == pdFALSE ) in xQueueCRSendFromISR()2931 traceRETURN_xQueueCRSendFromISR( xCoRoutinePreviouslyWoken ); in xQueueCRSendFromISR()2933 return xCoRoutinePreviouslyWoken; in xQueueCRSendFromISR()