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

/external/chromium/chrome/browser/
H A Dprocess_info_snapshot_mac.cc409 bool ProcessInfoSnapshot::GetProcInfo(int pid, function in class:ProcessInfoSnapshot
428 // Failure of |GetProcInfo()| is "normal", due to racing.
430 if (!GetProcInfo(pid, &proc_info)) {
452 // Failure of |GetProcInfo()| is "normal", due to racing.
454 if (!GetProcInfo(pid, &proc_info)) {

Completed in 65 milliseconds