Searched refs:my_pid (Results 1 - 5 of 5) sorted by relevance

/httpd/server/mpm/winnt/
H A Dmpm_winnt.h74 extern DWORD my_pid;
H A Dmpm_winnt.c82 DWORD my_pid; variable
206 if (parent_pid == my_pid) {
1041 my_pid = GetCurrentProcessId();
1089 parent_pid = my_pid = GetCurrentProcessId();
1409 is_parent = (parent_pid == my_pid);
1555 if (parent_pid == my_pid)
1613 else /* parent_pid != my_pid */
1627 if (parent_pid != my_pid) {
1696 if (!restart && ((parent_pid == my_pid) || one_process)) {
1703 if ((parent_pid != my_pid) || one_proces
[all...]
H A Dchild.c991 if (parent_pid != my_pid) {
1079 ap_scoreboard_image->servers[0][i].pid = my_pid;
/httpd/server/
H A Dmpm_unix.c910 static pid_t parent_pid, my_pid; variable
948 my_pid != parent_pid) {
950 ei.pid = my_pid;
994 my_pid = getpid();
1060 parent_pid = my_pid = getpid();
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2_child.c99 int my_pid = getpid(); local
148 for (child_slot = 0; ap_scoreboard_image->parent[child_slot].pid != my_pid && child_slot < HARD_SERVER_LIMIT; child_slot++);
162 rc = DosCreateQueue(&workq, QUE_FIFO, apr_psprintf(pchild, "/queues/httpd/work.%d", my_pid));

Completed in 20 milliseconds