Searched refs:childproc_hooks (Results 1 – 5 of 5) sorted by relevance
421 switch (ctx->childproc_hooks->chldowner) { in chldmode_ours()483 assert(CTX->childproc_hooks->chldowner in libxl_childproc_reaped()529 assert(CTX->childproc_hooks->chldowner in libxl_childproc_sigchld_occurred()559 if (CTX->childproc_hooks->chldowner in sigchld_selfpipe_handler()575 if (CTX->childproc_hooks->reaped_callback) { in sigchld_selfpipe_handler()577 rc = CTX->childproc_hooks->reaped_callback in sigchld_selfpipe_handler()608 CTX->childproc_hooks->fork_replacement in libxl__ev_child_fork()609 ? CTX->childproc_hooks->fork_replacement(CTX->childproc_user) in libxl__ev_child_fork()649 ctx->childproc_hooks = hooks; in libxl_childproc_setmode()
306 CTX->childproc_hooks in libxl__spawn_spawn()307 ? CTX->childproc_hooks->fork_replacement in libxl__spawn_spawn()
69 ctx->childproc_hooks = &libxl__childproc_default_hooks; in libxl_ctx_alloc()
497 const libxl_childproc_hooks *childproc_hooks; member
289 static const libxl_childproc_hooks childproc_hooks = { variable300 libxl_childproc_setmode(ctx, &childproc_hooks, 0); in xl_ctx_alloc()
Completed in 20 milliseconds