HomeSort by relevance Sort by last modified time
    Searched full:deadchild (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/BlocksRuntime/tests/
fail.c 69 pid_t deadchild = wait(&status); local
70 if (deadchild != child) {
71 printf("wait got %d instead of %d\n", deadchild, child);
testfilerunner.m 86 pid_t deadchild = wait(&status);
87 if (deadchild != child) {
88 printf("wait got %d instead of %d\n", deadchild, child);
147 pid_t deadchild = wait(&status);
148 if (deadchild != child) {
149 printf("wait got %d instead of %d\n", deadchild, child);
226 pid_t deadchild = wait(&status);
227 if (deadchild != child) {
228 printf("wait got %d instead of %d\n", deadchild, child);

Completed in 124 milliseconds