Home
last modified time | relevance | path

Searched refs:pid_t (Results 1 – 5 of 5) sorted by relevance

/lib/libc/
Dprocess.c20 pid_t
30 return (pid_t)SYSCALL_VALUE(status); in spawn()
33 pid_t
34 waitpid(pid_t pid, int *status, UNUSED int options) in waitpid()
48 pid_t
/sys/include/
Dwait.h13 #define WGETPID(_x) ((pid_t)(_x >> 16))
19 pid_t wait(int *status);
20 pid_t waitpid(pid_t pid, int *status, int options);
Dtypes.h28 typedef uint16_t pid_t; typedef
/include/
Dunistd.h13 pid_t spawn(const char *path, const char *argv[]);
/lib/liblwip/src/netif/ppp/
Dauth.c166 static pid_t auth_script_pid = 0;