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