Home
last modified time | relevance | path

Searched refs:is_main_thread (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/debug/
Dstack_trace.cc159 bool is_main_thread = GetCurrentProcId() == PlatformThread::CurrentId(); in GetStackEnd() local
160 if (is_main_thread && main_stack_end) { in GetStackEnd()
176 if (is_main_thread) { in GetStackEnd()
/external/autotest/client/common_lib/cros/
Dretry.py201 is_main_thread = isinstance(threading.current_thread(),
222 if is_main_thread: