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

  /src/tests/fs/common/
fstest_puffs.c 317 args->pta_childpid = childpid;
396 kill(pargs->pta_childpid, SIGKILL);
439 if (waitpid(pargs->pta_childpid, &status, WNOHANG) > 0)
441 kill(pargs->pta_childpid, SIGTERM);
443 if (waitpid(pargs->pta_childpid, &status, WNOHANG) > 0)
445 kill(pargs->pta_childpid, SIGKILL);
h_fsmacros.h 318 pid_t pta_childpid; member in struct:puffstestargs

Completed in 12 milliseconds