Searched refs:xTicksToWait (Results 1 – 3 of 3) sorted by relevance
63 TickType_t xTicksToWait, in xStubForEventGroupWaitBits() argument
101 TickType_t xTicksToWait, in xQueueGenericSend() argument
169 TickType_t xTicksToWait,1406 TickType_t xTicksToWait, in prvSendUDPPacket() argument1443 if( xSendEventStructToIPTask( &xStackTxEvent, xTicksToWait ) == pdPASS ) in prvSendUDPPacket()1493 TickType_t xTicksToWait = pxSocket->xSendBlockTime; in prvSendTo_ActualSend() local1502 xTicksToWait = ( TickType_t ) 0U; in prvSendTo_ActualSend()1513 …workBuffer = pxGetNetworkBufferWithDescriptor( uxPayloadOffset + uxTotalDataLength, xTicksToWait ); in prvSendTo_ActualSend()1520 if( xTaskCheckForTimeOut( &xTimeOut, &xTicksToWait ) == pdTRUE ) in prvSendTo_ActualSend()1523 xTicksToWait = ( TickType_t ) 0; in prvSendTo_ActualSend()1543 xTicksToWait, in prvSendTo_ActualSend()