Home
last modified time | relevance | path

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

/external/lldb/tools/debugserver/source/
DDNBLog.cpp198 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreaded() local
205 thread_self, in _DNBLogThreaded()
208 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreaded()
251 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreadedIf() local
258 thread_self, in _DNBLogThreadedIf()
261 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreadedIf()
/external/lldb/source/Host/common/
DHost.cpp455 thread_port_t thread_self = mach_thread_self(); in GetCurrentThreadID() local
456 mach_port_deallocate(mach_task_self(), thread_self); in GetCurrentThreadID()
457 return thread_self; in GetCurrentThreadID()