HomeSort by relevance Sort by last modified time
    Searched refs:thread_self (Results 1 - 2 of 2) sorted by null

  /external/lldb/tools/debugserver/source/
DNBLog.cpp 198 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/
Host.cpp 455 thread_port_t thread_self = mach_thread_self(); local
456 mach_port_deallocate(mach_task_self(), thread_self); local
457 return thread_self;
    [all...]

Completed in 84 milliseconds