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

  /external/chromium_org/content/gpu/
gpu_watchdog_thread.cc 30 armed_(false),
121 // watched thread to see armed_ being true multiple times before
123 if (!armed_)
128 armed_ = false;
150 if (armed_ || suspended_)
156 armed_ = true;
209 armed_ = false;
259 armed_ = false;
gpu_watchdog_thread.h 28 bool armed() const { return armed_; }
79 volatile bool armed_; member in class:content::GpuWatchdogThread
  /dalvik/vm/
Init.cpp 1373 bool armed_; member in class:ScopedShutdown
    [all...]

Completed in 443 milliseconds