Searched defs:RE_ABORT (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_test.c749 #define RE_ABORT(expr) \ macro
761 RE_ABORT(atf_process_stream_init_capture(&outsb));
762 RE_ABORT(atf_process_stream_init_inherit(&errsb));
763 RE_ABORT(atf_process_fork(&child, child_loop, &outsb, &errsb, NULL));
799 RE_ABORT(atf_process_child_wait(&child, &status));
802 #undef RE_ABORT macro

Completed in 1595 milliseconds