OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_main_thread
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/base/debug/
stack_trace.cc
159
bool
is_main_thread
= GetCurrentProcId() == PlatformThread::CurrentId();
local
160
if (
is_main_thread
&& main_stack_end) {
176
if (
is_main_thread
) {
/external/autotest/client/common_lib/cros/
retry.py
201
is_main_thread
= isinstance(threading.current_thread(),
222
if
is_main_thread
:
/art/runtime/
thread.cc
[
all
...]
Completed in 986 milliseconds