Home
last modified time | relevance | path

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

/tools/libs/light/
A Dlibxl_fork.c424 switch (ctx->childproc_hooks->chldowner) { in chldmode_ours()
486 assert(CTX->childproc_hooks->chldowner in libxl_childproc_reaped()
531 assert(CTX->childproc_hooks->chldowner in libxl_childproc_sigchld_occurred()
560 if (CTX->childproc_hooks->chldowner in sigchld_selfpipe_handler()
576 if (CTX->childproc_hooks->reaped_callback) { in sigchld_selfpipe_handler()
578 rc = CTX->childproc_hooks->reaped_callback in sigchld_selfpipe_handler()
609 CTX->childproc_hooks->fork_replacement in libxl__ev_child_fork()
610 ? CTX->childproc_hooks->fork_replacement(CTX->childproc_user) in libxl__ev_child_fork()
650 ctx->childproc_hooks = hooks; in libxl_childproc_setmode()
A Dlibxl_exec.c231 CTX->childproc_hooks in libxl__spawn_spawn()
232 ? CTX->childproc_hooks->fork_replacement in libxl__spawn_spawn()
A Dlibxl.c69 ctx->childproc_hooks = &libxl__childproc_default_hooks; in libxl_ctx_alloc()
A Dlibxl_internal.h725 const libxl_childproc_hooks *childproc_hooks; member
/tools/xl/
A Dxl.c343 static const libxl_childproc_hooks childproc_hooks = { variable
357 libxl_childproc_setmode(ctx, &childproc_hooks, 0); in xl_ctx_alloc()

Completed in 26 milliseconds