HomeSort by relevance Sort by last modified time
    Searched refs:is_main_thread (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
proxy.cc 28 bool is_main_thread = base::PlatformThread::CurrentId() == main_thread_id_;
29 if (is_main_thread && main_task_runner_.get()) {
32 return is_main_thread;
  /art/runtime/
thread.cc 530 bool is_main_thread = (::art::GetTid() == getpid()); local
531 if (is_main_thread) {
    [all...]

Completed in 65 milliseconds