HomeSort by relevance Sort by last modified time
    Searched refs:terminate_ (Results 1 - 4 of 4) sorted by null

  /external/webrtc/src/system_wrappers/source/
cpu_win.h 69 bool terminate_; member in class:webrtc::CpuWindows
cpu_win.cc 60 terminate_(false),
168 terminate_ = true;
189 if (terminate_)
206 terminate_ = true;
216 assert(terminate_);
373 if (terminate_)
  /external/v8/src/
debug-agent.h 50 server_(OS::CreateSocket()), terminate_(false),
78 bool terminate_; // Termination flag. member in class:v8::internal::DebuggerAgent
debug-agent.cc 56 while (!bound && !terminate_) {
70 while (!terminate_) {
88 terminate_ = true;
152 if (terminate_) {

Completed in 408 milliseconds