Home
last modified time | relevance | path

Searched refs:CanIncreaseCurrentThreadPriority (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/task_scheduler/
Denvironment_config.cc37 if (!PlatformThread::CanIncreaseCurrentThreadPriority()) in CanUseBackgroundPriorityForSchedulerWorker()
/external/libchrome/base/threading/
Dplatform_thread.h201 static bool CanIncreaseCurrentThreadPriority();
Dplatform_thread_posix.cc243 bool PlatformThread::CanIncreaseCurrentThreadPriority() { in CanIncreaseCurrentThreadPriority() function in base::PlatformThread
Dplatform_thread_unittest.cc270 PlatformThread::CanIncreaseCurrentThreadPriority(); in TEST()