OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_alive
(Results
1 - 8
of
8
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
process.py
149
def
is_alive
(self):
member in class:Process
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
process.py
149
def
is_alive
(self):
member in class:Process
/external/chromium/chrome/browser/net/
passive_log_collector.h
66
// |
is_alive
| is set to false once the source has been added to the
69
bool
is_alive
;
member in struct:PassiveLogCollector::SourceInfo
129
SourceInfoList GetAllDeadOrAliveSources(bool
is_alive
) const {
133
if (it->second.
is_alive
==
is_alive
)
/external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.cc
218
bool TaskManagerHandler::
is_alive
() {
function in class:TaskManagerHandler
232
if (is_enabled_ &&
is_alive
()) {
/external/chromium_org/content/browser/
byte_stream.cc
32
LifetimeFlag() :
is_alive
(true) { }
33
bool
is_alive
;
member in struct:content::__anon10330::LifetimeFlag
193
my_lifetime_flag_->
is_alive
= true;
197
my_lifetime_flag_->
is_alive
= false;
264
if (!lifetime_flag->
is_alive
) return;
322
my_lifetime_flag_->
is_alive
= true;
326
my_lifetime_flag_->
is_alive
= false;
380
if (!object_lifetime_flag->
is_alive
) return;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py
1004
is_alive
= isAlive
variable in class:Thread
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py
1004
is_alive
= isAlive
variable in class:Thread
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h
437
bool
is_alive
;
member in struct:__tsan::ThreadState
Completed in 123 milliseconds