Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_linux.cc272 SetThreadTypeInternal(process_id, thread_id, thread_type, via_ipc); in SetThreadType()
282 SetThreadTypeInternal(getpid(), thread_id, thread_type, IsViaIPC(false)); in SetThreadType()
286 void PlatformThreadLinux::SetThreadTypeInternal(ProcessId process_id, in SetThreadTypeInternal() function in base::PlatformThreadLinux
H A Dplatform_thread.h335 static void SetThreadTypeInternal(PlatformThreadId process_id,
389 static void SetThreadTypeInternal(PlatformThreadId process_id,
H A Dplatform_thread_cros.cc387 SetThreadTypeInternal(process_id, thread_id, thread_type, via_ipc); in SetThreadType()
391 void PlatformThreadChromeOS::SetThreadTypeInternal(ProcessId process_id, in SetThreadTypeInternal() function in base::PlatformThreadChromeOS