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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
H A Dpending-fork-event-detach-ns.c72 static pid_t my_pid; variable
85 my_pid = getpid ();
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dpgusage.c45 unsigned int my_pid = (unsigned int)getpid(); local
51 snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid);
/netbsd-current/usr.sbin/ldpd/
H A Dmpls_routes.c65 static int my_pid = 0; variable
603 if (my_pid == 0)
604 my_pid = getpid();
605 assert(my_pid != 0);
607 if (rg->m_rtm.rtm_pid == my_pid ||
/netbsd-current/external/apache2/mDNSResponder/nss/
H A Dnss_mdnsd.c71 static pid_t my_pid; variable
223 my_pid = getpid();
1109 if (getpid() != my_pid) {
1110 my_pid = getpid();
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntpd.c451 pid_t my_pid = getpid(); local
452 procctl(P_PID, my_pid, PROC_STACKGAP_CTL, &aslr_var);
/netbsd-current/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dcluster.c1165 int my_pid = getpid(); local
1171 if ((my_cluster_id == 0xDEAD) && (joined->pid == my_pid))

Completed in 220 milliseconds