Home | History | Annotate | Download | only in pending

Lines Matching defs:pid

55   int pid;
88 // Insert pid, ip and fd in the list.
89 static void insert(struct list_pid **l, int pid, char *addr)
92 newnode->pid = pid;
122 static char *delete(struct list_pid **pids, int pid)
130 if (head->pid == pid) {
267 pid_t pid;
353 if (!(pid = xfork())) {
397 insert(&pids, pid, addr);