Searched refs:pid (Results 1 – 3 of 3) sorted by relevance
186 pid, err := strconv.Atoi(string(fields[0]))203 ret[pid] = procEntry{204 Pid: pid,220 pid := os.Getpid()222 entry, ok := procs[pid]229 Pid: pid,234 pid = entry.Ppid
153 pid_t pid = fork(); in strip_file() local154 if (pid == -1) { in strip_file()157 } else if (pid == 0) { in strip_file()208 waitpid(pid, &status, 0); in strip_file()
544 Could not attach to pid 593: this could be caused by a kernel