OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:deadchild
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/test/BlocksRuntime/
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 352 milliseconds