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

/freebsd-10.3-release/contrib/atf/atf-c/detail/
H A Dprocess.h103 atf_error_t atf_process_child_wait(atf_process_child_t *,
H A Dtest_helpers.c141 RE(atf_process_child_wait(&child, &status));
H A Dprocess_test.c427 RE(atf_process_child_wait(&child, &status));
720 RE(atf_process_child_wait(&child, &status));
778 atf_error_t err = atf_process_child_wait(&child, &status);
799 RE_ABORT(atf_process_child_wait(&child, &status));
847 RE(atf_process_child_wait(&child, &status));
1014 RE(atf_process_child_wait(&child, &status));
1028 RE(atf_process_child_wait(&child, &status));
H A Dsanity_test.c114 RE(atf_process_child_wait(&child, &status));
H A Dprocess.c268 atf_process_child_wait(atf_process_child_t *c, atf_process_status_t *s) function
633 err = atf_process_child_wait(&c, s);
/freebsd-10.3-release/contrib/atf/atf-c++/detail/
H A Dprocess.cpp295 atf_error_t err = atf_process_child_wait(&m_child, &s);
306 atf_error_t err = atf_process_child_wait(&m_child, &s);
/freebsd-10.3-release/contrib/atf/atf-c/
H A Dcheck.c184 err = atf_process_child_wait(&child, status);

Completed in 113 milliseconds