Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/
H A Dlinux_util.cc78 bool GetTasksForProcess(pid_t pid, std::vector<pid_t>* tids) { in GetTasksForProcess() function
164 if (!GetTasksForProcess(pid, &tids)) in FindThreadIDWithSyscall()
194 if (!GetTasksForProcess(pid, &tids)) in FindThreadID()