Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp708 thread_result_t accept_thread_result = NULL; in Handle_qLaunchGDBServer() local
709 if (Host::ThreadJoin (accept_thread, &accept_thread_result, &error)) in Handle_qLaunchGDBServer()
711 if (accept_thread_result) in Handle_qLaunchGDBServer()
713 uint16_t port = (intptr_t)accept_thread_result; in Handle_qLaunchGDBServer()
/external/lldb/source/Host/macosx/
DHost.mm467 // thread_result_t accept_thread_result = NULL;
468 // if (Host::ThreadJoin (accept_thread, &accept_thread_result, &lldb_error))
470 // if (accept_thread_result)
472 // pid = (intptr_t)accept_thread_result;
656 thread_result_t accept_thread_result = NULL;
657 if (Host::ThreadJoin (accept_thread, &accept_thread_result, &lldb_error))
659 if (accept_thread_result)
661 pid = (intptr_t)accept_thread_result;