Searched refs:SetCurrentThreadPriority (Results 1 – 4 of 4) sorted by relevance
60 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()213 void PlatformThread::SetCurrentThreadPriority(ThreadPriority priority) { in SetCurrentThreadPriority() function in base::PlatformThread
189 static void SetCurrentThreadPriority(ThreadPriority priority);
241 PlatformThread::SetCurrentThreadPriority(kThreadPriorityTestValues[i]); in RunTest()
160 void PlatformThread::SetCurrentThreadPriority(ThreadPriority priority) {