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.h 196 static ThreadPriority GetCurrentThreadPriority();
platform_thread_unittest.cc 227 // PlatformThread::GetCurrentThreadPriority() on Android does not support
259 PlatformThread::GetCurrentThreadPriority());
263 EXPECT_EQ(priority_, PlatformThread::GetCurrentThreadPriority());
287 PlatformThread::GetCurrentThreadPriority()) {
platform_thread_posix.cc 217 // Mac has its own Set/GetCurrentThreadPriority() implementations.
243 ThreadPriority PlatformThread::GetCurrentThreadPriority() {

Completed in 365 milliseconds