Searched defs:new_child (Results 1 - 1 of 1) sorted by relevance

/httpd/server/mpm/winnt/
H A Dmpm_winnt.c544 apr_proc_t new_child; local
629 rv = apr_proc_create(&new_child, cmd, (const char * const *)args,
637 CloseHandle(new_child.hproc);
642 "Parent: Created child process %d", new_child.pid);
646 new_child.hproc, new_child.in)) {
656 CloseHandle(new_child.hproc);
666 waitlist[waitlist_term] = new_child.hproc;
676 CloseHandle(new_child.hproc);
680 if (send_listeners_to_child(ptemp, new_child
[all...]

Completed in 1727 milliseconds