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

/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c274 PID child_pid; local
291 rc = DosWaitChild(DCWA_PROCESSTREE, DCWW_NOWAIT, &proc_rc, &child_pid, 0);
295 for (slot=0; ap_scoreboard_image->parent[slot].pid != child_pid && slot < HARD_SERVER_LIMIT; slot++);
/httpd/modules/generators/
H A Dmod_status.c103 static pid_t child_pid; variable
217 times_per_thread = getpid() != child_pid;
964 child_pid = getpid();
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c534 DWORD *child_pid)
697 *child_pid = new_child.pid;
754 DWORD child_pid; local
763 &child_exit_event, &child_pid);
782 winnt_note_child_started(/* slot */ 0, child_pid);
844 child_pid, exitcode);
852 child_pid, exitcode);
894 "Parent: Child process %lu exited successfully.", child_pid);
901 child_pid);
533 create_process(apr_pool_t *p, HANDLE *child_proc, HANDLE *child_exit_event, DWORD *child_pid) argument

Completed in 17 milliseconds