Searched refs:xTicksEnd (Results 1 – 1 of 1) sorted by relevance
772 TickType_t xTicksEnd = xTaskGetTickCount() + xTicksToWait; in prvReceiveGeneric() local812 xTicksRemaining = xTicksEnd - xTaskGetTickCount(); in prvReceiveGeneric()965 TickType_t xTicksEnd = xTaskGetTickCount() + xTicksToWait; in xRingbufferSendAcquire() local989 xTicksRemaining = xTicksEnd - xTaskGetTickCount(); in xRingbufferSendAcquire()1039 TickType_t xTicksEnd = xTaskGetTickCount() + xTicksToWait; in xRingbufferSend() local1062 xTicksRemaining = xTicksEnd - xTaskGetTickCount(); in xRingbufferSend()