OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:armed_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/gpu/
gpu_watchdog_thread.cc
35
armed_
(false),
134
// watched thread to see
armed_
being true multiple times before
136
if (!
armed_
)
141
armed_
= false;
163
if (
armed_
|| suspended_)
169
armed_
= true;
222
armed_
= false;
286
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
...]
/external/chromium/base/files/
file_path_watcher_browsertest.cc
94
// received while the delegate is |
armed_
|. Note that the testing code must
Completed in 91 milliseconds