Searched defs:my_pid (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_connmgmt.c | 481 pid_t my_pid; local 493 my_pid = getpid(); 499 if (my_pid == checkedPid) { 506 if (my_pid == checkedPid) { 515 isMainNscd = check_nscd_proc(my_pid, B_FALSE); 518 checkedPid = my_pid;
|
| /illumos-gate/usr/src/cmd/csh/ |
| H A D | sh.c | 1223 static int my_pid; /* The process id set in initdesc() */ variable 1294 my_pid = getpid(); 1381 * Reset my_pid when a new process is created. Only call this 1388 my_pid = getpid(); 1416 if (my_pid != getpid()) 1436 if (my_pid != getpid())
|
| /illumos-gate/usr/src/cmd/sgs/m4/common/ |
| H A D | m4macs.c | 567 char my_pid[32]; local 612 (void) snprintf(my_pid, sizeof (my_pid), "%d", (int)getpid()); 613 pid_len = strlen(my_pid); 616 my_pid[xcnt] = 0; 628 *first_X++ = my_pid[i++];
|
| /illumos-gate/usr/src/lib/watchmalloc/common/ |
| H A D | malloc.c | 1288 static pid_t my_pid = 0; /* to check for whether we fork()d */ variable 1301 my_pid = getpid(); 1390 if (my_pid != getpid()) {
|
| /vbox/src/VBox/GuestHost/OpenGL/util/ |
| H A D | error.c | 203 static HANDLE my_pid; variable 205 static int my_pid = 0; variable 234 my_pid = crGetPID(); 347 offset = sprintf( txt, "\t-----------------------\n\tWindows ERROR: %s\n\t----------------------\nCR Error(%s:%d): ", buf, my_hostname, my_pid ); 691 offset = sprintf( txt, "\t-----------------------\n\tWindows ERROR: %s\n\t-----------------\nCR Debug(%s:%d): ", buf, my_hostname, my_pid );
|
Completed in 367 milliseconds