Lines Matching refs:xTicksToWait
345 #define xQueueSendToFront( xQueue, pvItemToQueue, xTicksToWait ) \ argument
346 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), ( xTicksToWait ), queueSEND_TO_FRONT )
428 #define xQueueSendToBack( xQueue, pvItemToQueue, xTicksToWait ) \ argument
429 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), ( xTicksToWait ), queueSEND_TO_BACK )
513 #define xQueueSend( xQueue, pvItemToQueue, xTicksToWait ) \ argument
514 xQueueGenericSend( ( xQueue ), ( pvItemToQueue ), ( xTicksToWait ), queueSEND_TO_BACK )
688 TickType_t xTicksToWait,
786 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
915 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
1486 TickType_t xTicksToWait );
1489 TickType_t xTicksToWait );
1517 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
1529 TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
1771 const TickType_t xTicksToWait ) PRIVILEGED_FUNCTION;
1783 TickType_t xTicksToWait,