Searched refs:Shutdown (Results 1 – 3 of 3) sorted by relevance
33 while (!state_.compare_exchange_strong(expected, State::Shutdown)) in ~ThreadExecutor()69 } while (expected != State::Shutdown); in execute()88 } while (expected != State::Shutdown); in detach()
34 Free, Locked, Shutdown enumerator
48 // Override terminate to handle Quit and System Shutdown smoothly.
Completed in 8 milliseconds