Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_stresscli.c135 int status, thesig; in main() local
144 thesig = SIGKILL; in main()
147 thesig = SIGUSR1; in main()
194 kill(clis[i], thesig); in main()
201 if (thesig == SIGUSR1) { in main()
208 if (!WIFSIGNALED(status) || WTERMSIG(status) != thesig){ in main()