Searched refs:pid_t (Results 1 - 25 of 87) sorted by relevance

1234

/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dsetpgrp.c3 pid_t setpgrp(void)
H A Dgetpgid.c4 pid_t getpgid(pid_t pid)
H A Dgetsid.c4 pid_t getsid(pid_t pid)
H A Dsetpgid.c4 int setpgid(pid_t pid, pid_t pgid)
H A Dgetpgrp.c4 pid_t getpgrp(void)
H A Dgetpid.c4 pid_t getpid(void)
H A Dgetppid.c4 pid_t getppid(void)
H A Dsetsid.c4 pid_t setsid(void)
/seL4-refos-master/libs/libmuslc/src/process/
H A Dwait.c3 pid_t wait(int *status)
5 return waitpid((pid_t)-1, status, 0);
H A Dwaitpid.c5 pid_t waitpid(pid_t pid, int *status, int options)
H A Dposix_spawnattr_getpgroup.c3 int posix_spawnattr_getpgroup(const posix_spawnattr_t *restrict attr, pid_t *restrict pgrp)
H A Dposix_spawnattr_setpgroup.c3 int posix_spawnattr_setpgroup(posix_spawnattr_t *attr, pid_t pgrp)
/seL4-refos-master/libs/libmuslc/arch/aarch64/bits/
H A Dmsg.h9 pid_t msg_lspid;
10 pid_t msg_lrpid;
/seL4-refos-master/libs/libmuslc/arch/aarch64_sel4/bits/
H A Dmsg.h9 pid_t msg_lspid;
10 pid_t msg_lrpid;
/seL4-refos-master/libs/libmuslc/arch/mips64/bits/
H A Dmsg.h9 pid_t msg_lspid;
10 pid_t msg_lrpid;
/seL4-refos-master/libs/libmuslc/arch/powerpc64/bits/
H A Dmsg.h9 pid_t msg_lspid;
10 pid_t msg_lrpid;
/seL4-refos-master/libs/libmuslc/arch/s390x/bits/
H A Dmsg.h9 pid_t msg_lspid;
10 pid_t msg_lrpid;
/seL4-refos-master/libs/libmuslc/arch/x86_64/bits/
H A Dmsg.h9 pid_t msg_lspid;
10 pid_t msg_lrpid;
/seL4-refos-master/libs/libmuslc/arch/x86_64_sel4/bits/
H A Dmsg.h9 pid_t msg_lspid;
10 pid_t msg_lrpid;
/seL4-refos-master/libs/libmuslc/src/sched/
H A Dsched_getscheduler.c5 int sched_getscheduler(pid_t pid)
H A Dsched_getparam.c5 int sched_getparam(pid_t pid, struct sched_param *param)
H A Dsched_rr_get_interval.c4 int sched_rr_get_interval(pid_t pid, struct timespec *ts)
H A Dsched_setparam.c5 int sched_setparam(pid_t pid, const struct sched_param *param)
/seL4-refos-master/libs/libmuslc/src/signal/
H A Dkill.c4 int kill(pid_t pid, int sig)
/seL4-refos-master/libs/libmuslc/src/linux/
H A Dclone.c9 pid_t *ptid, *ctid;
13 ptid = va_arg(ap, pid_t *);
15 ctid = va_arg(ap, pid_t *);

Completed in 179 milliseconds

1234