Searched refs:uxTicksToWait (Results 1 – 1 of 1) sorted by relevance
808 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( uxUntil ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() local809 if( uxTicksToWait ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()819 pdFALSE, uxTicksToWait ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()870 TickType_t uxTicksToWait = prvGetTicksToWaitBefore(t); in xPortSyncInternalYieldUntilBefore() local871 if( uxTicksToWait ) in xPortSyncInternalYieldUntilBefore()873 vTaskDelay(uxTicksToWait); in xPortSyncInternalYieldUntilBefore()