HomeSort by relevance Sort by last modified time
    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 196 is_main_thread = isinstance(threading.current_thread(),
216 if is_main_thread:
  /art/runtime/
thread.cc     [all...]

Completed in 3397 milliseconds