Home
last modified time | relevance | path

Searched refs:SetCurrentThreadPriority (Results 1 – 4 of 4) 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.h216 static void SetCurrentThreadPriority(ThreadPriority priority);
Dplatform_thread_unittest.cc249 PlatformThread::SetCurrentThreadPriority(priority_); in RunTest()
278 PlatformThread::SetCurrentThreadPriority(ThreadPriority::DISPLAY); in TEST()
/external/libchrome/base/task_scheduler/
Dscheduler_worker.cc174 PlatformThread::SetCurrentThreadPriority(desired_thread_priority); in UpdateThreadPriority()