Searched refs:pid_t (Results 1 – 5 of 5) sorted by relevance
20 pid_t30 return (pid_t)SYSCALL_VALUE(status); in spawn()33 pid_t34 waitpid(pid_t pid, int *status, UNUSED int options) in waitpid()48 pid_t
13 #define WGETPID(_x) ((pid_t)(_x >> 16))19 pid_t wait(int *status);20 pid_t waitpid(pid_t pid, int *status, int options);
28 typedef uint16_t pid_t; typedef
13 pid_t spawn(const char *path, const char *argv[]);
166 static pid_t auth_script_pid = 0;