HomeSort by relevance Sort by last modified time
    Searched defs:IsRunning (Results 1 - 5 of 5) sorted by null

  /external/v8/src/
v8.h 87 static bool IsRunning() { return is_running_; }
  /external/chromium/base/
thread.h 111 bool IsRunning() const { return thread_id_ != 0; }
timer.h 71 bool IsRunning() const {
78 DCHECK(IsRunning());
118 DCHECK(!IsRunning());
130 DCHECK(IsRunning());
238 if (timer_.IsRunning() && timer_.GetCurrentDelay() <= delay)
  /development/simulator/app/
DeviceManager.h 78 bool IsRunning(void) const {
80 return mThread->IsRunning();
147 // wxThread class supplies an IsRunning() method
  /external/v8/test/cctest/
test-log.cc 183 need_to_set_up_logger_(i::V8::IsRunning()),
376 bool IsRunning() { return run_; }
402 while (IsRunning()) {
426 while (IsRunning()) {
    [all...]

Completed in 76 milliseconds