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

  /external/chromium_org/base/threading/
platform_thread_android.cc 38 static const int threadPriorityDefault = 0;
46 return threadPriorityDefault;
platform_thread_linux.cc 32 static const int threadPriorityDefault = 0;
40 return threadPriorityDefault;

Completed in 32 milliseconds