Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNBLog.cpp135 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreaded() local
139 thread_self, arg_msg); in _DNBLogThreaded()
141 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreaded()
177 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreadedIf() local
181 thread_self, arg_msg); in _DNBLogThreadedIf()
183 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreadedIf()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_mac.cpp65 thread_t thread_self = mach_thread_self(); in RunThread() local
67 if (threads[i] == thread_self) continue; in RunThread()
/external/python/cpython3/Python/
Dthread_pthread.h346 native_id = thread_self(); in PyThread_get_thread_native_id()