HomeSort by: relevance | last modified time | path
    Searched defs:signotmasked (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libc/sys/
t_ptrace_signal_wait.h 2175 const int signotmasked = SIGINT; local in function:ATF_TC_BODY
2196 strsignal(signotmasked));
2197 FORKEE_ASSERT(raise(signotmasked) == 0);
2216 validate_status_stopped(status, signotmasked);
t_ptrace_signal_wait.h 2175 const int signotmasked = SIGINT; local in function:ATF_TC_BODY
2196 strsignal(signotmasked));
2197 FORKEE_ASSERT(raise(signotmasked) == 0);
2216 validate_status_stopped(status, signotmasked);
t_ptrace_signal_wait.h 2175 const int signotmasked = SIGINT; local in function:ATF_TC_BODY
2196 strsignal(signotmasked));
2197 FORKEE_ASSERT(raise(signotmasked) == 0);
2216 validate_status_stopped(status, signotmasked);

Completed in 37 milliseconds