Home
last modified time | relevance | path

Searched refs:GetCurrentThreadPriority (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/threading/
Dplatform_thread_unittest.cc246 PlatformThread::GetCurrentThreadPriority()); in RunTest()
250 EXPECT_EQ(priority_, PlatformThread::GetCurrentThreadPriority()); in RunTest()
285 PlatformThread::GetCurrentThreadPriority()) { in TEST()
Dplatform_thread.h218 static ThreadPriority GetCurrentThreadPriority();
Dplatform_thread_posix.cc277 ThreadPriority PlatformThread::GetCurrentThreadPriority() { in GetCurrentThreadPriority() function in base::PlatformThread
/external/libchrome/base/task_scheduler/
Dscheduler_single_thread_task_runner_manager_unittest.cc86 *thread_priority = PlatformThread::GetCurrentThreadPriority(); in CaptureThreadPriority()
Dscheduler_worker_unittest.cc717 PlatformThread::GetCurrentThreadPriority()); in VerifyThreadPriority()
Dtask_scheduler_impl_unittest.cc84 PlatformThread::GetCurrentThreadPriority()); in VerifyTaskEnvironment()