Searched refs:GetThreadsForProcess (Results 1 – 3 of 3) sorted by relevance
137 bool GetThreadsForProcess(pid_t pid, std::vector<pid_t>* tids) { in GetThreadsForProcess() function163 if (!GetThreadsForProcess(pid, &tids)) in FindThreadIDWithSyscall()190 if (!GetThreadsForProcess(pid, &tids)) in FindThreadID()
38 BASE_EXPORT bool GetThreadsForProcess(pid_t pid, std::vector<pid_t>* tids);
211 if (!base::GetThreadsForProcess(current_pid_, &tids_)) { in SendSignalToAllThreads()