/third_party/musl/libc-test/src/regression/ |
H A D | pthread_atfork-errno-clobber.c | 22 pid_t pid; in main() local
|
/third_party/musl/src/process/ |
H A D | waitpid.c | 4 pid_t waitpid(pid_t pid, int *status, int options) in waitpid() argument
|
/third_party/musl/src/unistd/ |
H A D | getpid.c | 12 pid_t pid = __get_cached_pid(); in getpid() local
|
H A D | setpgid.c | 4 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
|
/third_party/musl/porting/linux/user/src/sched/ |
H A D | sched_setscheduler.c | 5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
H A D | sched_getparam.c | 6 int sched_getparam(pid_t pid, struct sched_param *param)
in sched_getparam() argument
|
H A D | sched_setparam.c | 5 int sched_setparam(pid_t pid, const struct sched_param *param)
in sched_setparam() argument
|
/third_party/musl/porting/linux/user/src/unistd/ |
H A D | getpid.c | 12 pid_t pid = __get_cached_pid(); in getpid() local
|
/third_party/musl/src/stdio/ |
H A D | pclose.c | 14 pid_t pid = f->pipe_pid; in pclose() local
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
H A D | sched_setscheduler.c | 6 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
H A D | sched_getparam.c | 7 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
|
H A D | sched_setparam.c | 6 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() argument
|
/third_party/musl/src/signal/ |
H A D | kill.c | 4 int kill(pid_t pid, int sig) in kill() argument
|
/third_party/musl/src/sched/ |
H A D | sched_rr_get_interval.c | 4 int sched_rr_get_interval(pid_t pid, struct timespec *ts) in sched_rr_get_interval() argument
|
H A D | sched_setscheduler.c | 8 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
H A D | sched_getparam.c | 9 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
|
H A D | sched_setparam.c | 8 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() argument
|
/third_party/ltp/testcases/kernel/syscalls/creat/ |
H A D | creat07.c | 24 pid_t pid; in verify_creat() local
|
/third_party/ltp/testcases/kernel/syscalls/execl/ |
H A D | execl01.c | 20 pid_t pid; in verify_execl() local
|
/third_party/ltp/testcases/kernel/syscalls/execlp/ |
H A D | execlp01.c | 22 pid_t pid; in verify_execlp() local
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid11.c | 35 pid_t pid, group; in do_child_1() local
|
/third_party/ltp/testcases/kernel/syscalls/execvp/ |
H A D | execvp01.c | 21 pid_t pid; in verify_execvp() local
|
/third_party/ltp/testcases/kernel/syscalls/vhangup/ |
H A D | vhangup02.c | 20 pid_t pid, pid1; in run() local
|
/third_party/ltp/testcases/kernel/syscalls/alarm/ |
H A D | alarm03.c | 20 pid_t pid; in verify_alarm() local
|
/third_party/ltp/testcases/kernel/syscalls/getpid/ |
H A D | getpid01.c | 17 pid_t pid_max, pid; in verify_getpid() local
|