Home
last modified time | relevance | path

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

/netbsd-src/tests/lib/libc/sys/
H A Dt_ptrace_topology_wait.h404 child_attach_to_its_parent(bool stopped) in child_attach_to_its_parent() function
472 ATF_TC(child_attach_to_its_parent);
473 ATF_TC_HEAD(child_attach_to_its_parent, tc) in ATF_TC_HEAD() argument
479 ATF_TC_BODY(child_attach_to_its_parent, tc) in ATF_TC_BODY() argument
482 child_attach_to_its_parent(false); in ATF_TC_BODY()
510 child_attach_to_its_parent(true); in ATF_TC_BODY()
714 ATF_TP_ADD_TC(tp, child_attach_to_its_parent); \