Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_linux.cc156 PlatformThreadLinux::SetThreadType(PlatformThread::CurrentId(), thread_type); in SetCurrentThreadTypeForPlatform()
268 void PlatformThreadLinux::SetThreadType(ProcessId process_id, in SetThreadType() function in base::PlatformThreadLinux
276 void PlatformThreadLinux::SetThreadType(PlatformThreadId thread_id, in SetThreadType() function in base::PlatformThreadLinux
H A Dplatform_thread.h316 static void SetThreadType(PlatformThreadId process_id,
323 static void SetThreadType(PlatformThreadId thread_id, ThreadType thread_type);
361 static void SetThreadType(PlatformThreadId process_id,
H A Dplatform_thread_cros.cc378 void PlatformThreadChromeOS::SetThreadType(ProcessId process_id, in SetThreadType() function in base::PlatformThreadChromeOS