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

  /src/tests/rump/rumpkern/h_client/
h_stresscli.c 135 int status, thesig; local in function:main
144 thesig = SIGKILL;
147 thesig = SIGUSR1;
194 kill(clis[i], thesig);
201 if (thesig == SIGUSR1) {
208 if (!WIFSIGNALED(status) || WTERMSIG(status) != thesig){
h_stresscli.c 135 int status, thesig; local in function:main
144 thesig = SIGKILL;
147 thesig = SIGUSR1;
194 kill(clis[i], thesig);
201 if (thesig == SIGUSR1) {
208 if (!WIFSIGNALED(status) || WTERMSIG(status) != thesig){

Completed in 163 milliseconds