Home
last modified time | relevance | path

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

/src/contrib/atf/atf-c/detail/
H A Dprocess_test.c695 static void child_report_pid(void *) ATF_DEFS_ATTRIBUTE_NORETURN;
699 child_report_pid(void *v ATF_DEFS_ATTRIBUTE_UNUSED) in child_report_pid() function
724 RE(atf_process_fork(&child, child_report_pid, &outsb, &errsb, NULL)); in ATF_TC_BODY()