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

/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c391 Bool pid_found = False; local
453 assert (!pid_found);
455 pid_found = True;
478 Bool pid_found = False; local
490 assert (!pid_found);
491 pid_found = True;
507 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 401 milliseconds