Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c795 …kWithBestEffortWaitOrTimeout( struct lock_core * pxLock, uint32_t ulSave, absolute_time_t uxUntil ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() argument
802 return best_effort_wfe_or_timeout(uxUntil); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
808 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( uxUntil ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
828 if ( time_reached( uxUntil ) ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/include/
Dfreertos_sdk_config.h62 …ckWithBestEffortWaitOrTimeout( struct lock_core *pxLock, uint32_t ulSave, absolute_time_t uxUntil);