Searched refs:atf_process_child_wait (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/atf/atf-c/detail/ |
| H A D | process_test.c | 430 RE(atf_process_child_wait(&child, &status)); in do_fork() 731 RE(atf_process_child_wait(&child, &status)); in ATF_TC_BODY() 789 atf_error_t err = atf_process_child_wait(&child, &status); in child_spawn_loop_and_wait_eintr() 810 RE_ABORT(atf_process_child_wait(&child, &status)); in child_spawn_loop_and_wait_eintr() 858 RE(atf_process_child_wait(&child, &status)); in ATF_TC_BODY() 1025 RE(atf_process_child_wait(&child, &status)); in ATF_TC_BODY() 1039 RE(atf_process_child_wait(&child, &status)); in ATF_TC_BODY()
|
| H A D | process.h | 103 atf_error_t atf_process_child_wait(atf_process_child_t *,
|
| H A D | test_helpers.c | 141 RE(atf_process_child_wait(&child, &status)); in run_h_tc()
|
| H A D | sanity_test.c | 114 RE(atf_process_child_wait(&child, &status)); in do_test()
|
| H A D | process.c | 269 atf_process_child_wait(atf_process_child_t *c, atf_process_status_t *s) in atf_process_child_wait() function 634 err = atf_process_child_wait(&c, s); in atf_process_exec_array()
|
| /freebsd/contrib/atf/atf-c++/detail/ |
| H A D | process.cpp | 295 atf_error_t err = atf_process_child_wait(&m_child, &s); in ~child() 306 atf_error_t err = atf_process_child_wait(&m_child, &s); in wait()
|
| /freebsd/contrib/atf/atf-c/ |
| H A D | check.c | 185 err = atf_process_child_wait(&child, status); in fork_and_wait()
|