Home
last modified time | relevance | path

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

/TaskScheduler/Scheduler/Include/
H A DMTFiberContext.h84 void SetThreadContext(internal::ThreadContext * _threadContext);
/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTFiberOptimized.h211 res = SetThreadContext(thread, &to.fiberContext ); in SwitchTo()
H A DMicroWindows.h291 MW_WINBASEAPI MW_BOOL MW_WINAPI SetThreadContext( MW_HANDLE hThread, const MW_CONTEXT* lpContext );
/TaskScheduler/Scheduler/Source/
H A DMTFiberContext.cpp50 void FiberContext::SetThreadContext(internal::ThreadContext * _threadContext) in SetThreadContext() function in MT::FiberContext
H A DMTScheduler.cpp226 fiberContext->SetThreadContext(&threadContext); in ExecuteTask()
287 parentFiberContext->SetThreadContext(&threadContext); in ExecuteTask()