Home
last modified time | relevance | path

Searched defs:milliseconds (Results 1 – 7 of 7) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Common/
H A DMTSpinWait.h126 inline void SpinSleepMilliSeconds(uint32 milliseconds) in SpinSleepMilliSeconds()
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTEventKernel.h82 bool Wait(uint32 milliseconds) in Wait()
H A DMTEventUser.h126 bool Wait(uint32 milliseconds) in Wait()
H A DMTThread.h253 static void Sleep(uint32 milliseconds) in Sleep()
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h161 bool Wait(uint32 milliseconds) in Wait()
H A DMTThread.h346 static void Sleep(uint32 milliseconds) in Sleep()
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp735 bool TaskScheduler::WaitGroup(TaskGroup group, uint32 milliseconds) in WaitGroup()
772 bool TaskScheduler::WaitAll(uint32 milliseconds) in WaitAll()