Searched refs:FindProcessThreads (Results 1 – 4 of 4) sorted by relevance
162 static bool FindProcessThreads(const lldb::pid_t pid, TidMap &tids_to_attach);
283 bool Host::FindProcessThreads(const lldb::pid_t pid, TidMap &tids_to_attach) { in FindProcessThreads() function in Host
349 bool Host::FindProcessThreads(const lldb::pid_t pid, TidMap &tids_to_attach) { in FindProcessThreads() function in Host
340 while (Host::FindProcessThreads(pid, tids_to_attach)) { in Attach()