Searched refs:deadchild (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
H A Dfail.c69 pid_t deadchild = wait(&status); local
70 if (deadchild != child) {
71 printf("wait got %d instead of %d\n", deadchild, child);

Completed in 87 milliseconds