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

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

Completed in 131 milliseconds