Home
last modified time | relevance | path

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

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