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

123

/barrelfish-master/lib/libc/sys/
H A Dwait4.c43 pid_t
44 wait4(pid_t pid, int *status, int options, struct rusage *ru)
47 return (((pid_t (*)(pid_t, int *, int, struct rusage *))
H A Dfork.c43 pid_t
47 return (((pid_t (*)(void))__libc_interposing[INTERPOS_fork])());
H A Dwait6.c44 pid_t
49 return (((pid_t (*)(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dptrace.c44 _ptrace(int request, pid_t pid, caddr_t addr, int data)
/barrelfish-master/lib/posixcompat/
H A Dsetsid.c16 pid_t setsid(void)
H A Dkill.c13 int kill(pid_t pid, int sig)
H A Dwait.c20 static pid_t children[MAX_CHILDREN];
22 int _posixcompat_add_child(pid_t pid);
24 pid_t wait(int *status)
29 pid_t wait3(int *status, int options, struct rusage *rusage)
35 pid_t waitpid(pid_t pid, int *status, int options)
83 pid_t wpid = children[i];
95 int _posixcompat_add_child(pid_t pid)
H A Dgetpid.c14 pid_t getpid(void)
28 pid_t getppid(void)
/barrelfish-master/lib/libc/gen/
H A Dwaitpid.c45 pid_t __waitpid(pid_t, int *, int);
47 pid_t
48 __waitpid(pid_t pid, int *istat, int options)
51 return (((pid_t (*)(pid_t, int *, int, struct rusage *))
H A Dwait.c45 pid_t __wait(int *);
47 pid_t
51 return (((pid_t (*)(pid_t, int *, int, struct rusage *))
H A Dwait3.c45 pid_t __wait3(int *, int, struct rusage *);
47 pid_t
51 return (((pid_t (*)(pid_t, int *, int, struct rusage *))
H A Dclock_getcpuclockid.c36 clock_getcpuclockid(pid_t pid, clockid_t *clock_id)
H A Dwaitid.c48 pid_t ret;
50 ret = ((pid_t (*)(idtype_t, id_t, int *, int, struct __wrusage *,
/barrelfish-master/lib/libc/compat-43/
H A Dsetpgrp.c40 setpgrp(pid_t pid, pid_t pgid)
H A Dkillpg.c44 killpg(pid_t pgid, int sig)
/barrelfish-master/include/sys/
H A Dwait.h158 pid_t wait(int *);
159 pid_t waitpid(pid_t, int *, int);
166 pid_t wait3(int *, int, struct rusage *);
167 pid_t wait4(pid_t, int *, int, struct rusage *);
168 pid_t wait6(idtype_t, id_t, int *, int, struct __wrusage *,
H A Dshm.h66 typedef __pid_t pid_t; typedef
85 pid_t shm_lpid; /* process ID of last shared memory op */
86 pid_t shm_cpid; /* process ID of creator */
100 pid_t shm_lpid; /* process ID of last shared memory op */
101 pid_t shm_cpid; /* process ID of creator */
/barrelfish-master/include/
H A Dspawn.h42 typedef __pid_t pid_t; typedef
70 int posix_spawn(pid_t * __restrict, const char * __restrict,
73 int posix_spawnp(pid_t * __restrict, const char * __restrict,
97 pid_t * __restrict);
108 int posix_spawnattr_setpgroup(posix_spawnattr_t *, pid_t);
H A Dunistd.h53 typedef __pid_t pid_t; typedef
336 pid_t fork(void);
344 pid_t getpgrp(void);
345 pid_t getpid(void);
346 pid_t getppid(void);
360 int setpgid(pid_t, pid_t);
361 pid_t setsid(void);
365 pid_t tcgetpgrp(int);
366 int tcsetpgrp(int, pid_t);
[all...]
H A Dutmpx.h37 typedef __pid_t pid_t; typedef
45 pid_t ut_pid; /* Process ID. */
H A Dtermios.h41 typedef __pid_t pid_t; typedef
85 pid_t tcgetsid(int);
88 int tcsetsid(int, pid_t);
H A Dsched.h229 typedef __pid_t pid_t; typedef
236 int sched_getparam(pid_t, struct sched_param *);
237 int sched_getscheduler(pid_t);
238 int sched_rr_get_interval(pid_t, struct timespec *);
239 int sched_setparam(pid_t, const struct sched_param *);
240 int sched_setscheduler(pid_t, int, const struct sched_param *);
/barrelfish-master/lib/libc/posix1e/
H A Dmac_get.c42 extern int __mac_get_pid(pid_t pid, struct mac *mac_p);
76 mac_get_pid(pid_t pid, struct mac *label)
/barrelfish-master/lib/openssl-1.0.0d/demos/easy_tls/
H A Deasy-tls.h49 pid_t *pid;
/barrelfish-master/lib/libc/tests/gen/
H A Dposix_spawn_test.c51 pid_t pid, waitres;
75 pid_t pid, waitres;

Completed in 300 milliseconds

123