Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread.h201 static bool CanIncreaseCurrentThreadPriority();
Dplatform_thread_posix.cc233 bool PlatformThread::CanIncreaseCurrentThreadPriority() { in CanIncreaseCurrentThreadPriority() function in base::PlatformThread
Dplatform_thread_unittest.cc264 PlatformThread::CanIncreaseCurrentThreadPriority(); in TEST()