HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentThreadPriority (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/threading/
platform_thread_unittest.cc 225 // PlatformThread::GetCurrentThreadPriority() on Android does not support
246 PlatformThread::GetCurrentThreadPriority());
250 EXPECT_EQ(priority_, PlatformThread::GetCurrentThreadPriority());
285 PlatformThread::GetCurrentThreadPriority()) {
platform_thread.h 218 static ThreadPriority GetCurrentThreadPriority();
platform_thread_posix.cc 238 // Mac and Fuchsia have their own Set/GetCurrentThreadPriority()
277 ThreadPriority PlatformThread::GetCurrentThreadPriority() {

Completed in 530 milliseconds