Searched refs:accept_thread (Results 1 – 2 of 2) sorted by relevance
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServer.cpp | 690 lldb::thread_t accept_thread = Host::ThreadCreate (unix_socket_name, in Handle_qLaunchGDBServer() local 695 if (IS_VALID_LLDB_HOST_THREAD(accept_thread)) in Handle_qLaunchGDBServer() 709 if (Host::ThreadJoin (accept_thread, &accept_thread_result, &error)) in Handle_qLaunchGDBServer()
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 458 // lldb::thread_t accept_thread = Host::ThreadCreate (unix_socket_name.c_str(), 468 // if (Host::ThreadJoin (accept_thread, &accept_thread_result, &lldb_error)) 483 // Host::ThreadCancel (accept_thread, &lldb_error); 648 lldb::thread_t accept_thread = Host::ThreadCreate (unix_socket_name, 657 if (Host::ThreadJoin (accept_thread, &accept_thread_result, &lldb_error))
|