Searched refs:pid_found (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/coregrind/
H A Dvgdb-invoker-ptrace.c388 Bool pid_found = False; local
455 assert (!pid_found);
457 pid_found = True;
480 Bool pid_found = False; local
492 assert (!pid_found);
493 pid_found = True;
511 if (!pid_found && pid) {
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp2270 Boolean pid_found = SBSProcessIDForDisplayIdentifier(bundleIDCFStr, &pid); local
2274 while (!pid_found && pid_poll_total < pid_poll_timeout)
2279 pid_found = SBSProcessIDForDisplayIdentifier(bundleIDCFStr, &pid);
2283 if (pid_found)

Completed in 164 milliseconds