Home
last modified time | relevance | path

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

/TaskScheduler/SchedulerTests/Tests/
H A DPlatformTests.cpp77 bool res0 = event1.Wait(100); in SUITE()
78 bool res1 = event1.Wait(1000); in SUITE()
79 bool res2 = event1.Wait(1000); in SUITE()
81 bool res3 = event1.Wait(100); in SUITE()
88 bool res4 = event2.Wait(100); in SUITE()
90 bool res5 = event2.Wait(100); in SUITE()
92 bool res6 = event2.Wait(100); in SUITE()
132 bool res = pEvent->Wait(1000); in SUITE()
214 bool res = stressEvent.Wait(1000); in SUITE()
257 bool res = stressEvent.Wait(300); in SUITE()
[all …]
H A DDxtTests.cpp368 void Wait(MT::TaskScheduler & scheduler) in SUITE()
491 Wait(scheduler); in SUITE()
499 Wait(scheduler); in SUITE()
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTEventKernel.h82 bool Wait(uint32 milliseconds) in Wait() function
H A DMTEventUser.h126 bool Wait(uint32 milliseconds) in Wait() function
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTEvent.h161 bool Wait(uint32 milliseconds) in Wait() function
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp495 context.hasNewTasksEvent.Wait(20000); in SchedulerFiberMain()
522 context.hasNewTasksEvent.Wait(20000); in SchedulerFiberMain()
/TaskScheduler/
H A DREADME.md50 // Wait and help to execute unfinished tasks