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 );
1373 #define traceENTER_xQueueCRSendFromISR( xQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ) argument1377 #define traceRETURN_xQueueCRSendFromISR( xCoRoutinePreviouslyWoken ) argument
2877 BaseType_t xCoRoutinePreviouslyWoken ) in xQueueCRSendFromISR() argument2881 traceENTER_xQueueCRSendFromISR( xQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ); in xQueueCRSendFromISR()2891 if( xCoRoutinePreviouslyWoken == pdFALSE ) in xQueueCRSendFromISR()2919 traceRETURN_xQueueCRSendFromISR( xCoRoutinePreviouslyWoken ); in xQueueCRSendFromISR()2921 return xCoRoutinePreviouslyWoken; in xQueueCRSendFromISR()