Home
last modified time | relevance | path

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

/freebsd/lib/libproc/
H A Dproc_create.c179 proc_child_func *pcf, void *child_arg, struct proc_handle **pphdl) in proc_create() argument
199 (*pcf)(child_arg); in proc_create()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c744 proc_child_func *pcf, void *child_arg) in dt_proc_create() argument
756 if ((err = proc_create(file, argv, dtp->dt_proc_env, pcf, child_arg, in dt_proc_create()
989 proc_child_func *pcf, void *child_arg) in dtrace_proc_create() argument
992 struct ps_prochandle *P = dt_proc_create(dtp, file, argv, pcf, child_arg); in dtrace_proc_create()
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc1185 static int ExecDeathTestChildMain(void* child_arg) { in ExecDeathTestChildMain() argument
1186 ExecDeathTestArgs* const args = static_cast<ExecDeathTestArgs*>(child_arg); in ExecDeathTestChildMain()