Searched refs:childproc_hooks (Results 1 – 5 of 5) sorted by relevance
424 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()
231 CTX->childproc_hooks in libxl__spawn_spawn()232 ? CTX->childproc_hooks->fork_replacement in libxl__spawn_spawn()
69 ctx->childproc_hooks = &libxl__childproc_default_hooks; in libxl_ctx_alloc()
725 const libxl_childproc_hooks *childproc_hooks; member
343 static const libxl_childproc_hooks childproc_hooks = { variable357 libxl_childproc_setmode(ctx, &childproc_hooks, 0); in xl_ctx_alloc()
Completed in 26 milliseconds