Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A 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()
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_mac.cpp65 thread_t thread_self = mach_thread_self(); in RunThread() local
67 if (threads[i] == thread_self) continue; in RunThread()