Searched refs:parent_pid (Results 1 – 4 of 4) sorted by relevance
64 extern pid_t parent_pid;294 if (!wait && (getpid() == parent_pid)) in update_map_if_required()
67 pid_t parent_pid; /* ID of calling parent process */ variable641 parent_pid = getpid(); in init_lock_system()
100 pid_t parent_pid = -1; variable898 if (parent_pid != -1 && getppid() != parent_pid) {900 if (parent_pid != -1 && kill(parent_pid, 0) < 0) {1032 parent_pid = getpid();1042 (long)parent_pid);1085 printf(gettext("Agent pid %ld;\n"), (long)parent_pid);
393 pid_t parent_pid; in memory_allocation_not_shared() local445 parent_pid = getppid(); in memory_allocation_not_shared()446 if (sigsend(P_PID, parent_pid, SIG_EVENT) != 0) { in memory_allocation_not_shared()