Home
last modified time | relevance | path

Searched refs:NiceValueToThreadPriorityForTest (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_internal_posix.cc30 ThreadPriorityForTest NiceValueToThreadPriorityForTest(int nice_value) { in NiceValueToThreadPriorityForTest() function
H A Dplatform_thread_internal_posix.h65 ThreadPriorityForTest NiceValueToThreadPriorityForTest(int nice_value);
H A Dplatform_thread_posix.cc413 return internal::NiceValueToThreadPriorityForTest(nice_value); // IN-TEST in GetCurrentThreadPriorityForTest()