Searched refs:childproc_hooks (Results 1 – 5 of 5) sorted by relevance
422 switch (ctx->childproc_hooks->chldowner) { in chldmode_ours()484 assert(CTX->childproc_hooks->chldowner in libxl_childproc_reaped()529 assert(CTX->childproc_hooks->chldowner in libxl_childproc_sigchld_occurred()558 if (CTX->childproc_hooks->chldowner in sigchld_selfpipe_handler()574 if (CTX->childproc_hooks->reaped_callback) { in sigchld_selfpipe_handler()576 rc = CTX->childproc_hooks->reaped_callback in sigchld_selfpipe_handler()607 CTX->childproc_hooks->fork_replacement in libxl__ev_child_fork()608 ? CTX->childproc_hooks->fork_replacement(CTX->childproc_user) in libxl__ev_child_fork()648 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()
723 const libxl_childproc_hooks *childproc_hooks; member
324 static const libxl_childproc_hooks childproc_hooks = { variable338 libxl_childproc_setmode(ctx, &childproc_hooks, 0); in xl_ctx_alloc()
Completed in 20 milliseconds