Home
last modified time | relevance | path

Searched refs:status (Results 1 – 5 of 5) sorted by relevance

/rt/
A Dtst-mqueue8.c155 void *status; in do_test() local
156 if (pthread_join (th, &status) != 0) in do_test()
162 if (status != PTHREAD_CANCELED) in do_test()
209 if (pthread_join (th, &status) != 0) in do_test()
215 if (status != PTHREAD_CANCELED) in do_test()
A Dtst-cputimer3.c53 int status; in cleanup_child() local
55 if (waitpid (child, &status, 0) != child) in cleanup_child()
A Dtst-mqueue1.c286 int status; in do_one_test() local
287 if (TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)) != pid) in do_one_test()
293 else if (!WIFEXITED (status) || WEXITSTATUS (status)) in do_one_test()
295 printf ("child failed: %d\n", status); in do_one_test()
A Dtst-shm-cancel.c39 remove_shm (int status, void *arg) in remove_shm() argument
A Dtst-mqueue5.c972 int status; in do_test() local
973 if (TEMP_FAILURE_RETRY (waitpid (pid, &status, 0)) != pid) in do_test()
979 else if (!WIFEXITED (status) || WEXITSTATUS (status)) in do_test()
981 printf ("child failed with status %d\n", status); in do_test()

Completed in 11 milliseconds