Home
last modified time | relevance | path

Searched refs:ThreadTypeToNiceValue (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_posix.cc369 return internal::CanLowerNiceTo(internal::ThreadTypeToNiceValue(to)); in CanChangeThreadType()
389 const int nice_setting = internal::ThreadTypeToNiceValue(thread_type); in SetCurrentThreadTypeImpl()
H A Dplatform_thread_internal_posix.cc21 BASE_EXPORT int ThreadTypeToNiceValue(ThreadType thread_type) { in ThreadTypeToNiceValue() function
H A Dplatform_thread_internal_posix.h41 int ThreadTypeToNiceValue(ThreadType thread_type);
H A Dplatform_thread_android.cc74 ThreadTypeToNiceValue(ThreadType::kCompositing)) { in SetCurrentThreadTypeForPlatform()
H A Dplatform_thread_linux.cc309 const int nice_setting = internal::ThreadTypeToNiceValue(thread_type); in SetThreadTypeInternal()
H A Dplatform_thread_cros.cc302 const int nice_setting = internal::ThreadTypeToNiceValue(thread_type); in SetThreadNiceFromType()
/aosp_15_r20/external/cronet/base/android/
H A Djava_handler_thread.cc35 base::internal::ThreadTypeToNiceValue(thread_type))) {} in JavaHandlerThread()