Searched refs:accept_thread_result (Results 1 – 2 of 2) sorted by relevance
708 thread_result_t accept_thread_result = NULL; in Handle_qLaunchGDBServer() local709 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()
467 // 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;