Searched refs:uxUntil (Results 1 – 2 of 2) sorted by relevance
795 …kWithBestEffortWaitOrTimeout( struct lock_core * pxLock, uint32_t ulSave, absolute_time_t uxUntil ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout() argument802 return best_effort_wfe_or_timeout(uxUntil); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()808 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( uxUntil ); in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()828 if ( time_reached( uxUntil ) ) in xPortLockInternalSpinUnlockWithBestEffortWaitOrTimeout()
62 …ckWithBestEffortWaitOrTimeout( struct lock_core *pxLock, uint32_t ulSave, absolute_time_t uxUntil);