Searched refs:root_pid (Results 1 – 2 of 2) sorted by relevance
110 root_pid = getpid(); /* know who is root process for error */ in main()124 pcb->pcb_procno = root_pid; in main()136 if (getpid() == root_pid) { in main()147 if (getpid() == root_pid) { in main()1082 if (getpid() == root_pid) { in int_handler()
89 static int root_pid; /* remember original process's pid */ variable