Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/threading/
H A Dplatform_thread_unittest.cc246 PlatformThread::GetCurrentThreadPriority()); in RunTest()
250 EXPECT_EQ(priority_, PlatformThread::GetCurrentThreadPriority()); in RunTest()
285 PlatformThread::GetCurrentThreadPriority()) { in TEST()
H A Dplatform_thread.h218 static ThreadPriority GetCurrentThreadPriority();
H A Dplatform_thread_posix.cc277 ThreadPriority PlatformThread::GetCurrentThreadPriority() { in GetCurrentThreadPriority() function in base::PlatformThread
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/threading/
Dplatform_thread.h221 static ThreadPriority GetCurrentThreadPriority();
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/threading/
Dplatform_thread.h221 static ThreadPriority GetCurrentThreadPriority();
/aosp_15_r20/external/libchrome/base/task_scheduler/
H A Dscheduler_single_thread_task_runner_manager_unittest.cc86 *thread_priority = PlatformThread::GetCurrentThreadPriority(); in CaptureThreadPriority()
H A Dtask_scheduler_impl_unittest.cc84 PlatformThread::GetCurrentThreadPriority()); in VerifyTaskEnvironment()
H A Dscheduler_worker_unittest.cc717 PlatformThread::GetCurrentThreadPriority()); in VerifyThreadPriority()