Home
last modified time | relevance | path

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

/freebsd/tests/sys/fs/fusefs/
H A Dutils.hh251 std::function<int()> child_func);
H A Dutils.cc583 std::function<int()> child_func) in fork() argument
622 err = child_func(); in fork()
/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c453 child_func(void* arg) in child_func() function
506 PTHREAD_REQUIRE(pthread_create(&child, NULL, child_func, NULL)); in ATF_TC_BODY()
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess_test.c580 fork_and_wait_child(void (*child_func)(void)) in fork_and_wait_child()
589 child_func(); in fork_and_wait_child()