Home
last modified time | relevance | path

Searched refs:uxTicksToWait (Results 1 – 1 of 1) sorted by relevance

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c808 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( uxUntil ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() local
809 if( uxTicksToWait ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
819 pdFALSE, uxTicksToWait ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
870 TickType_t uxTicksToWait = prvGetTicksToWaitBefore(t); in xPortSyncInternalYieldUntilBefore() local
871 if( uxTicksToWait ) in xPortSyncInternalYieldUntilBefore()
873 vTaskDelay(uxTicksToWait); in xPortSyncInternalYieldUntilBefore()