Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_clone.c64 clone_func(void *arg) in clone_func() function
123 switch (pid = __clone(clone_func, stack, in ATF_TC_BODY()
/freebsd-13.1/lib/libc/tests/nss/
H A Dtestutil.h37 void (*clone_func)(struct ent *, struct ent const *); \
81 td->clone_func = clonef; \
104 td->clone_func(&e->data, app_data); \