Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c1099 absolute_time_t uxUntil ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() argument
1107 return best_effort_wfe_or_timeout( uxUntil ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1114 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( uxUntil ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
1134 if( time_reached( uxUntil ) ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/include/
Dfreertos_sdk_config.h66 … absolute_time_t uxUntil );