Home
last modified time | relevance | path

Searched refs:running_ (Results 1 – 18 of 18) sorted by relevance

/external/regex-re2/util/
Dthread.cc12 running_ = 0; in Thread()
26 CHECK(!running_); in Start()
28 running_ = true; in Start()
34 CHECK(running_); in Join()
38 running_ = 0; in Join()
42 CHECK(!running_); in SetJoinable()
Dthread.h21 bool running_; variable
/external/chromium/chrome/browser/sync/glue/
Dchange_processor.cc11 DCHECK(!running_) << "ChangeProcessor dtor while running"; in ~ChangeProcessor()
19 running_ = true; in Start()
23 if (!running_) in Stop()
27 running_ = false; in Stop()
31 return running_; in IsRunning()
Dchange_processor.h24 : running_(false), error_handler_(error_handler), share_handle_(NULL) {} in ChangeProcessor()
60 bool running() { return running_; } in running()
65 bool running_; // True if we have been told it is safe to process changes.
/external/chromium/net/disk_cache/
Din_flight_io.cc37 running_(false), single_thread_(false) { in InFlightIO()
55 DCHECK(single_thread_ || !running_); in OnIOComplete()
58 running_ = true; in OnIOComplete()
Din_flight_io.h124 bool running_; // True after the first posted operation completes. variable
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dbasicportallocator.cc158 bool running_; member in cricket::AllocationSequence
225 allocation_started_(false), running_(false) { in BasicPortAllocatorSession()
254 running_ = true; in StartGetAllPorts()
265 running_ = false; in StopGetAllPorts()
373 if (running_) in OnAllocate()
381 if (running_) in OnAllocate()
422 if (running_) in AddAllocatedPort()
524 if (running_ || (ports.size() > 0) || (connections.size() > 0)) in OnShake()
535 running_(false), step_(0), flags_(flags) { in AllocationSequence()
582 running_ = true; in Start()
[all …]
Dbasicportallocator.h119 virtual bool IsGettingAllPorts() { return running_; } in IsGettingAllPorts()
154 bool running_; // set when StartGetAllPorts is called variable
/external/chromium/chrome/browser/extensions/
Dexternal_extension_loader.cc14 running_(false) { in ExternalExtensionLoader()
40 running_ = false; in LoadFinished()
Dexternal_extension_loader.h74 bool running_; variable
/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker_browsertest.cc36 running_(false) { in Waiter()
57 if (running_) in Observe()
63 running_ = true; in Wait()
72 running_ = false; in Wait()
84 bool running_; member in __anon0c184a570111::Waiter
/external/chromium/chrome/browser/sessions/
Dsession_restore_browsertest.cc24 BrowserListObserverImpl() : did_remove_(false), running_(false) { in BrowserListObserverImpl()
34 running_ = true; in Run()
44 if (running_) in OnBrowserRemoved()
53 bool running_; member in __anonaf41fa8e0111::BrowserListObserverImpl
/external/v8/src/
Dcpu-profiler.h132 inline void Stop() { running_ = false; } in Stop()
133 INLINE(bool running()) { return running_; } in INLINE()
180 bool running_; variable
Dlog.cc138 bool running_; member in v8::internal::Profiler
277 running_(false), in Profiler()
293 running_ = true; in Engage()
312 running_ = false; in Disengage()
326 while (running_) { in Run()
Dcpu-profiler.cc51 running_(true), in ProfilerEventsProcessor()
245 while (running_) { in Run()
Ddebug-debugger.js1272 this.running_ = opt_is_running || false;
1499 this.running_ = response.running;
1501 response.running = this.running_;
2376 if (!preview_only && !this.running_ && result_description.stack_modified) {
2517 return this.running_;
Ddebug.h607 bool running_; // Will the VM start running after this event? variable
Ddebug.cc3328 running_(running), in MessageImpl()
3351 return running_; in WillStartRunning()