Home
last modified time | relevance | path

Searched refs:GetCurrentThreadPriority (Results 1 – 3 of 3) 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