Searched defs:GetProcInfo (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/
H A Dprocess_info_snapshot_mac.cc351 bool ProcessInfoSnapshot::GetProcInfo(int pid, function in class:ProcessInfoSnapshot
370 // Failure of |GetProcInfo()| is "normal", due to racing.
372 if (!GetProcInfo(pid, &proc_info)) {
394 // Failure of |GetProcInfo()| is "normal", due to racing.
396 if (!GetProcInfo(pid, &proc_info)) {

Completed in 81 milliseconds