Searched refs:SetThreadTypeInternal (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/base/threading/ |
H A D | platform_thread_linux.cc | 272 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 D | platform_thread.h | 335 static void SetThreadTypeInternal(PlatformThreadId process_id, 389 static void SetThreadTypeInternal(PlatformThreadId process_id,
|
H A D | platform_thread_cros.cc | 387 SetThreadTypeInternal(process_id, thread_id, thread_type, via_ipc); in SetThreadType() 391 void PlatformThreadChromeOS::SetThreadTypeInternal(ProcessId process_id, in SetThreadTypeInternal() function in base::PlatformThreadChromeOS
|