HomeSort by relevance Sort by last modified time
    Searched refs:chkpid (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
1-2.c 168 pid_t child_pr = 0, chkpid; local
398 chkpid = waitpid(child_pr, &status, 0);
399 if (chkpid != child_pr) {
401 (int)child_pr, (int)chkpid);
2-1.c 145 pid_t child_pr = 0, chkpid; local
361 chkpid = waitpid(child_pr, &status, 0);
362 if (chkpid != child_pr) {
364 (int)child_pr, (int)chkpid);
4-2.c 166 pid_t child_pr = 0, chkpid; local
380 chkpid = waitpid(child_pr, &status, 0);
381 if (chkpid != child_pr) {
383 (int)child_pr, (int)chkpid);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-4.c 258 pid_t child_pr = 0, chkpid; local
571 chkpid = waitpid(child_pr, &status, 0);
572 if (chkpid != child_pr) {
574 (int)child_pr, (int)chkpid);
2-7.c 265 pid_t child_pr = 0, chkpid; local
573 chkpid = waitpid(child_pr, &status, 0);
574 if (chkpid != child_pr) {
576 (int)child_pr, (int)chkpid);
4-2.c 214 pid_t child_pr[NCHILDREN], chkpid; local
551 chkpid =
553 if (chkpid != child_pr[k]) {
557 (int)chkpid);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-2.c 272 pid_t child_pr = 0, chkpid; local
585 chkpid = waitpid(child_pr, &status, 0);
586 if (chkpid != child_pr) {
588 (int)child_pr, (int)chkpid);

Completed in 65 milliseconds