Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_posix.cc68 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
255 void PlatformThread::SetCurrentThreadPriority(ThreadPriority priority) { in SetCurrentThreadPriority() function in base::PlatformThread
Dplatform_thread_unittest.cc249 PlatformThread::SetCurrentThreadPriority(priority_); in RunTest()
278 PlatformThread::SetCurrentThreadPriority(ThreadPriority::DISPLAY); in TEST()
Dplatform_thread.h216 static void SetCurrentThreadPriority(ThreadPriority priority);