Home
last modified time | relevance | path

Searched refs:SetCurrentThreadTypeForPlatform (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_nacl.cc15 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform() function
H A Dplatform_thread_internal_posix.h51 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type,
H A Dplatform_thread_android.cc60 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform() function
H A Dplatform_thread_linux.cc154 bool SetCurrentThreadTypeForPlatform(ThreadType thread_type, in SetCurrentThreadTypeForPlatform() function
H A Dplatform_thread_posix.cc380 if (internal::SetCurrentThreadTypeForPlatform(thread_type, pump_type_hint)) in SetCurrentThreadTypeImpl()