Searched refs:SetCurrentThreadPriority (Results 1 – 4 of 4) sorted by relevance
68 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()255 void PlatformThread::SetCurrentThreadPriority(ThreadPriority priority) { in SetCurrentThreadPriority() function in base::PlatformThread
216 static void SetCurrentThreadPriority(ThreadPriority priority);
249 PlatformThread::SetCurrentThreadPriority(priority_); in RunTest()278 PlatformThread::SetCurrentThreadPriority(ThreadPriority::DISPLAY); in TEST()
174 PlatformThread::SetCurrentThreadPriority(desired_thread_priority); in UpdateThreadPriority()