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

/external/valgrind/coregrind/
H A Dvgdb-invoker-ptrace.c243 /* Wait till the process pid is reported as stopped with signal_expected.
244 If other signal(s) than signal_expected are received, waitstopped
245 will pass them to pid, waiting for signal_expected to stop pid.
246 Returns True when process is in stopped state with signal_expected.
253 Bool waitstopped (pid_t pid, int signal_expected, const char *msg) argument
261 DEBUG(1, "waitstopped %s before waitpid signal_expected %d\n",
262 msg, signal_expected);
279 if (signal_received == signal_expected)

Completed in 96 milliseconds