Searched refs:ThreadTypeToNiceValue (Results 1 – 7 of 7) sorted by relevance
369 return internal::CanLowerNiceTo(internal::ThreadTypeToNiceValue(to)); in CanChangeThreadType()389 const int nice_setting = internal::ThreadTypeToNiceValue(thread_type); in SetCurrentThreadTypeImpl()
21 BASE_EXPORT int ThreadTypeToNiceValue(ThreadType thread_type) { in ThreadTypeToNiceValue() function
41 int ThreadTypeToNiceValue(ThreadType thread_type);
74 ThreadTypeToNiceValue(ThreadType::kCompositing)) { in SetCurrentThreadTypeForPlatform()
309 const int nice_setting = internal::ThreadTypeToNiceValue(thread_type); in SetThreadTypeInternal()
302 const int nice_setting = internal::ThreadTypeToNiceValue(thread_type); in SetThreadNiceFromType()
35 base::internal::ThreadTypeToNiceValue(thread_type))) {} in JavaHandlerThread()