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

  /bionic/libc/bionic/
posix_timers.cpp 65 volatile bool armed; member in struct:PosixTimer
87 if (si.si_code == SI_TIMER && timer->armed) {
101 timer->armed = false;
128 timer->armed = false;
211 // Mark the timer as either being armed or disarmed. This avoids the
214 timer->armed = true;
216 timer->armed = false;
  /external/qemu/hw/android/goldfish/
timer.c 33 int armed; member in struct:timer_state
44 qemu_put_byte(f, s->armed);
45 if (s->armed) {
60 s->armed = qemu_get_byte(f);
61 if (s->armed) {
68 s->armed = 0;
104 s->armed = 1;
112 s->armed = 0;
126 s->armed = 0;
  /external/chromium_org/content/gpu/
gpu_watchdog_thread.h 28 bool armed() const { return armed_; } function in class:content::GpuWatchdogThread
46 // on the watched thread and checks whether the watchdog is armed.
gpu_watchdog_thread.cc 74 // Acknowledge the watchdog if it has armed itself. The watchdog will not
75 // change its armed state until it is acknowledged.
76 if (armed()) {
166 // Must set armed before posting the task. This task might be the only task
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 120 bool armed; member in struct:__tsan::SignalDesc
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 295 milliseconds