/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_regression_fork_processes.c | 16 pid_t pid; in main() local
|
/third_party/musl/src/unistd/ |
H A D | getpgid.c | 4 pid_t getpgid(pid_t pid) in getpgid() argument
|
H A D | getsid.c | 4 pid_t getsid(pid_t pid) in getsid() argument
|
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_getscheduler.c | 5 int sched_getscheduler(pid_t pid)
in sched_getscheduler() argument
|
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/liteos_a/user/src/sched/ |
H A D | sched_getscheduler.c | 6 int sched_getscheduler(pid_t pid) in sched_getscheduler() argument
|
H A D | sched_setscheduler.c | 6 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
/third_party/musl/src/sched/ |
H A D | sched_getscheduler.c | 8 int sched_getscheduler(pid_t pid) in sched_getscheduler() argument
|
/third_party/elfutils/tests/ |
H A D | deleted.c | 37 pid_t pid = fork (); in main() local
|
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_create.c | 31 _UPT_create (pid_t pid) in _UPT_create() argument
|
H A D | _UPT_internal.h | 53 pid_t pid; /* the process-id of the child we're unwinding */ member
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns_helper.h | 26 int pid, status; in check_newpid() local
|
/third_party/ltp/lib/newlib_tests/ |
H A D | test22.c | 14 int pid = SAFE_FORK(); in do_test() local
|
/third_party/ltp/lib/tests/ |
H A D | tst_checkpoint.c | 33 int pid; in main() local
|
H A D | tst_checkpoint_wait_timeout.c | 33 int pid; in main() local
|
H A D | tst_record_childstatus.c | 31 int pid; in main() local
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | ipcns_helper.h | 31 int pid, status; in check_newipc() local
|
/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/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
|