OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_called_
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_consumer/
fake_extent_writer.h
40
init_called_
= true;
44
if (!
init_called_
|| end_called_)
57
bool InitCalled() { return
init_called_
; }
62
bool
init_called_
{false};
/external/libchrome/base/threading/
thread_unittest.cc
32
init_called_
= false;
38
init_called_
= true;
40
bool InitCalled() { return
init_called_
; }
42
bool
init_called_
;
member in class:__anon15874::SleepInsideInitThread
Completed in 2850 milliseconds