Home
last modified time | relevance | path

Searched refs:CreateFromCurrentThreadAndRun (Results 1 – 5 of 5) sorted by relevance

/TaskScheduler/SchedulerTests/Tests/
H A DFiberTests.cpp91 fiberMain->CreateFromCurrentThreadAndRun(FiberMain, nullptr); in SUITE()
97 fiberMain->CreateFromCurrentThreadAndRun(FiberMain, nullptr); in SUITE()
104 fiberMain->CreateFromCurrentThreadAndRun(FiberMain, nullptr); in SUITE()
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTFiberDefault.h97 void CreateFromCurrentThreadAndRun(TThreadEntryPoint entryPoint, void *userData) in CreateFromCurrentThreadAndRun() function
H A DMTFiberOptimized.h110 void CreateFromCurrentThreadAndRun(TThreadEntryPoint entryPoint, void *userData) in CreateFromCurrentThreadAndRun() function
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTFiber.h124 void CreateFromCurrentThreadAndRun(TThreadEntryPoint entryPoint, void *userData) in CreateFromCurrentThreadAndRun() function
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp385 context.schedulerFiber.CreateFromCurrentThreadAndRun(SchedulerFiberMain, userData); in WorkerThreadMain()
764 context.schedulerFiber.CreateFromCurrentThreadAndRun(SchedulerFiberWait, &waitContext); in WaitGroup()
800 context.schedulerFiber.CreateFromCurrentThreadAndRun(SchedulerFiberWait, &waitContext); in WaitAll()