Searched refs:uxTicksToWait (Results 1 – 1 of 1) sorted by relevance
1114 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( uxUntil ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() local1116 if( uxTicksToWait ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()1127 pdFALSE, uxTicksToWait ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()1177 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( t ); in xPortSyncInternalYieldUntilBefore() local1179 if( uxTicksToWait ) in xPortSyncInternalYieldUntilBefore()1181 vTaskDelay( uxTicksToWait ); in xPortSyncInternalYieldUntilBefore()