HomeSort by relevance Sort by last modified time
    Searched refs:tst_record_childstatus (Results 1 - 25 of 36) sorted by null

1 2

  /external/ltp/lib/tests/
tst_record_childstatus.c 26 char *TCID = "tst_record_childstatus";
45 tst_record_childstatus(NULL, pid);
  /external/ltp/testcases/kernel/containers/userns/
userns04.c 109 tst_record_childstatus(cleanup, cpid1);
110 tst_record_childstatus(cleanup, cpid2);
111 tst_record_childstatus(cleanup, cpid3);
userns05.c 116 tst_record_childstatus(cleanup, cpid1);
117 tst_record_childstatus(cleanup, cpid2);
118 tst_record_childstatus(cleanup, cpid3);
userns06.c 158 tst_record_childstatus(cleanup, cpid1);
159 tst_record_childstatus(cleanup, cpid2);
userns01.c 113 tst_record_childstatus(NULL, -1);
userns03.c 231 tst_record_childstatus(cleanup, cpid1);
232 tst_record_childstatus(cleanup, cpid2);
userns02.c 113 tst_record_childstatus(cleanup, childpid);
userns07.c 115 tst_record_childstatus(cleanup, cpid1);
  /external/ltp/testcases/kernel/syscalls/execlp/
execlp01.c 70 tst_record_childstatus(NULL, pid);
  /external/ltp/testcases/kernel/syscalls/execl/
execl01.c 72 tst_record_childstatus(NULL, pid);
  /external/ltp/testcases/kernel/syscalls/execle/
execle01.c 73 tst_record_childstatus(NULL, pid);
  /external/ltp/testcases/kernel/syscalls/execv/
execv01.c 73 tst_record_childstatus(NULL, pid);
  /external/ltp/testcases/kernel/syscalls/execve/
execve01.c 74 tst_record_childstatus(NULL, pid);
execve02.c 93 tst_record_childstatus(cleanup, pid);
  /external/ltp/testcases/kernel/syscalls/execvp/
execvp01.c 69 tst_record_childstatus(NULL, pid);
  /external/ltp/testcases/kernel/syscalls/vhangup/
vhangup01.c 56 tst_record_childstatus(NULL, pid);
  /external/ltp/testcases/kernel/containers/pidns/
pidns32.c 84 tst_record_childstatus(cleanup, cpid1);
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl22.c 90 tst_record_childstatus(cleanup, child_pid);
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wake02.c 150 tst_record_childstatus(NULL, pid);
  /external/ltp/testcases/kernel/syscalls/nanosleep/
nanosleep02.c 100 tst_record_childstatus(NULL, cpid);
  /external/ltp/testcases/kernel/syscalls/personality/
personality01.c 103 tst_record_childstatus(NULL, pid);
  /external/ltp/testcases/kernel/syscalls/setreuid/
setreuid04.c 104 tst_record_childstatus(cleanup, pid);
  /external/ltp/testcases/kernel/syscalls/signal/
signal01.c 138 tst_record_childstatus(NULL, pid);
  /external/ltp/include/old/
test.h 172 * tst_record_childstatus() to make child process's test results propagated to
182 void tst_record_childstatus(void (*cleanup)(void), pid_t child);
  /external/ltp/testcases/kernel/syscalls/epoll_pwait/
epoll_pwait01.c 171 tst_record_childstatus(cleanup, cpid);

Completed in 131 milliseconds

1 2