Home
last modified time | relevance | path

Searched refs:EXIT (Results 1 – 6 of 6) sorted by relevance

/TaskScheduler/ThirdParty/Boost.Context/asm/
H A Dmake_x86_64_ms_pe_masm.asm75 ; | RBX | RBP | RIP | EXIT |
H A Djump_i386_ms_pe_masm.asm19 ; | ESI | EBX | EBP | EIP | EXIT | | SEH NXT |SEH HNDLR|
H A Dmake_i386_ms_pe_masm.asm19 ; | ESI | EBX | EBP | EIP | EXIT | | SEH NXT |SEH HNDLR|
H A Djump_x86_64_ms_pe_masm.asm75 ; | RBX | RBP | RIP | EXIT |
/TaskScheduler/Scheduler/Include/
H A DMTThreadContext.h70 const uint32 EXIT = 1; variable
/TaskScheduler/Scheduler/Source/
H A DMTScheduler.cpp133 threadContext[i].state.Store(internal::ThreadState::EXIT); in JoinWorkerThreads()
475 while(context.state.Load() != internal::ThreadState::EXIT) in SchedulerFiberMain()