Searched defs:pid (Results 1 – 8 of 8) sorted by relevance
14 int pid[10]; in main() local
13 int origpid, pid; in main() local
13 int origpid[10], pid[10]; in main() local
145 Process_Lookup(uint64_t pid) in Process_Lookup()206 Process_Wait(Process *proc, uint64_t pid) in Process_Wait()
37 uint64_t pid = cur->proc->pid; in Syscall_GetPID() local166 Syscall_Wait(uint64_t pid) in Syscall_Wait()
34 waitpid(pid_t pid, int *status, UNUSED int options) in waitpid()
35 OSWait(uint64_t pid) in OSWait()
66 uint64_t pid; member