Searched refs:waitpid (Results 1 – 6 of 6) sorted by relevance
/DragonOS-0.1.8/user/libs/libc/src/sys/ |
D | wait.c | 12 return waitpid((pid_t)(-1), stat_loc, 0); in wait() 23 pid_t waitpid(pid_t pid, int *stat_loc, int options) in waitpid() function
|
/DragonOS-0.1.8/kernel/src/common/sys/ |
D | wait.h | 12 pid_t waitpid(pid_t pid, int *stat_loc, int options);
|
/DragonOS-0.1.8/user/libs/libc/src/include/export/sys/ |
D | wait.h | 21 pid_t waitpid(pid_t pid, int *stat_loc, int options);
|
/DragonOS-0.1.8/kernel/src/libs/sys/ |
D | wait.c | 12 pid_t waitpid(pid_t pid, int *stat_loc, int options) in waitpid() function
|
/DragonOS-0.1.8/kernel/src/ktest/ |
D | test-mutex.c | 69 waitpid(pid, &stat, 0); in ktest_mutex_case1()
|
/DragonOS-0.1.8/user/apps/shell/ |
D | cmd.c | 520 waitpid(pid, &retval, 0); in shell_cmd_exec()
|