Home
last modified time | relevance | path

Searched defs:syscall_tid (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_cros.cc292 PlatformThreadId syscall_tid = thread_id == PlatformThread::CurrentId() ? 0 : thread_id; in SetThreadRTPrioFromType() local
301 PlatformThreadId syscall_tid = thread_id == PlatformThread::CurrentId() ? 0 : thread_id; in SetThreadNiceFromType() local
H A Dplatform_thread_linux.cc295 PlatformThreadId syscall_tid = thread_id; in SetThreadTypeInternal() local