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

  /external/chromium_org/cc/trees/
proxy.cc 27 bool is_main_thread = base::PlatformThread::CurrentId() == main_thread_id_;
28 if (is_main_thread && main_task_runner_.get()) {
31 return is_main_thread;
  /external/chromium_org/third_party/libxml/src/
globals.c 32 #define IS_MAIN_THREAD (xmlIsMainThread())
34 #define IS_MAIN_THREAD 1
715 if (IS_MAIN_THREAD)
726 if (IS_MAIN_THREAD)
736 if (IS_MAIN_THREAD)
751 if (IS_MAIN_THREAD)
760 if (IS_MAIN_THREAD)
769 if (IS_MAIN_THREAD)
778 if (IS_MAIN_THREAD)
786 if (IS_MAIN_THREAD)
    [all...]
  /external/libxml2/
globals.c 32 #define IS_MAIN_THREAD (xmlIsMainThread())
34 #define IS_MAIN_THREAD 1
696 if (IS_MAIN_THREAD)
707 if (IS_MAIN_THREAD)
717 if (IS_MAIN_THREAD)
732 if (IS_MAIN_THREAD)
741 if (IS_MAIN_THREAD)
750 if (IS_MAIN_THREAD)
759 if (IS_MAIN_THREAD)
767 if (IS_MAIN_THREAD)
    [all...]
  /art/runtime/
thread.cc 518 bool is_main_thread = (::art::GetTid() == getpid()); local
519 if (is_main_thread) {
    [all...]

Completed in 296 milliseconds