Home
last modified time | relevance | path

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

/Kernel-v11.1.0/include/
Dcroutine.h609 #define crQUEUE_SEND_FROM_ISR( pxQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ) \ argument
610 xQueueCRSendFromISR( ( pxQueue ), ( pvItemToQueue ), ( xCoRoutinePreviouslyWoken ) )
Dqueue.h1480 BaseType_t xCoRoutinePreviouslyWoken );
DFreeRTOS.h1425 #define traceENTER_xQueueCRSendFromISR( xQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ) argument
1429 #define traceRETURN_xQueueCRSendFromISR( xCoRoutinePreviouslyWoken ) argument
/Kernel-v11.1.0/
Dqueue.c2889 BaseType_t xCoRoutinePreviouslyWoken ) in xQueueCRSendFromISR() argument
2893 traceENTER_xQueueCRSendFromISR( xQueue, pvItemToQueue, xCoRoutinePreviouslyWoken ); in xQueueCRSendFromISR()
2903 if( xCoRoutinePreviouslyWoken == pdFALSE ) in xQueueCRSendFromISR()
2931 traceRETURN_xQueueCRSendFromISR( xCoRoutinePreviouslyWoken ); in xQueueCRSendFromISR()
2933 return xCoRoutinePreviouslyWoken; in xQueueCRSendFromISR()