Searched refs:Quit (Results 1 – 5 of 5) sorted by relevance
201 mState = State::Quit; in ~EventThread()315 while (mState != State::Quit) { in threadMain()481 case State::Quit: in toCString()
211 Quit, enumerator
148 Quit, enumerator225 ProgramOptions.opcode = BenchmarkOps::Quit; in ParseOpcodeOption()365 case BenchmarkOps::Quit: in HandleMessage()486 int Quit() { in Quit() function in __anon473f29b10111::BenchmarkClient775 case BenchmarkOps::Quit: { in ClientCommand()776 const int ret = client->Quit(); in ClientCommand()
136 UpdatePostThreadState(PostThreadState::Quit, true); in ~HardwareComposer()213 const bool quit = post_thread_state_ & PostThreadState::Quit; in UpdatePostThreadState()276 return pred() || (post_thread_state_ & PostThreadState::Quit); in PostThreadCondWait()284 if (post_thread_state_ & PostThreadState::Quit) { in PostThreadCondWait()
417 Quit = (1 << 2), enumerator