Home
last modified time | relevance | path

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

/freebsd/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/lib/libc/tests/nss/
H A Dtestutil.h35 void (*clone_func)(struct ent *, struct ent const *); \
79 td->clone_func = clonef; \
102 td->clone_func(&e->data, app_data); \