| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/solaris/sys/ |
| H A D | procset.d | 22 import core.sys.posix.sys.wait : idtype_t; 39 idtype_t p_lidtype; 41 idtype_t p_ridtype; 45 void setprocset(ref procset_t psp, idop_t op, idtype_t ltype, id_t lid, idtype_t rtype, id_t rid) in setprocset()
|
| H A D | priocntl.d | 23 import core.sys.posix.sys.wait : idtype_t; 28 c_long priocntl(idtype_t, id_t, int, ...);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
| H A D | wait.d | 332 enum idtype_t in version() enum 346 enum idtype_t 361 enum idtype_t 408 enum idtype_t 440 int waitid(idtype_t, id_t, siginfo_t*, int); 444 int waitid(idtype_t, id_t, siginfo_t*, int); 448 int waitid(idtype_t, id_t, siginfo_t*, int); 461 int waitid(idtype_t, id_t, siginfo_t*, int); 465 int waitid(idtype_t, id_t, siginfo_t*, int); 469 int waitid(idtype_t, id_t, siginfo_t*, int); [all …]
|
| /netbsd-src/external/bsd/ntp/dist/html/hints/ |
| H A D | decosf2 | 15 ! extern int waitid(idtype_t, id_t, siginfo_t *, int); 23 ! extern int waitid(idtype_t, pid_t, siginfo_t *, int); 34 idtype_t p_lidtype; /* The id type for the left set. */ 37 idtype_t p_ridtype; /* The id type of for right set. */ 45 idtype_t p_lidtype; /* The id type for the left set. */ 48 idtype_t p_ridtype; /* The id type of for right set. */
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
| H A D | procset.h | 91 } idtype_t; 132 idtype_t p_lidtype; 137 idtype_t p_ridtype; 167 extern id_t getmyid(idtype_t);
|
| H A D | processor.h | 121 extern int processor_bind(idtype_t idtype, id_t id,
|
| /netbsd-src/sys/sys/ |
| H A D | pset.h | 44 int pset_bind(psetid_t, idtype_t, id_t, psetid_t *); 50 int _pset_bind(idtype_t, id_t, id_t, psetid_t, psetid_t *);
|
| H A D | wait.h | 205 int waitid(idtype_t, id_t, siginfo_t *, int); 210 pid_t wait6(idtype_t, id_t, int *, int, struct wrusage *, siginfo_t *);
|
| H A D | idtype.h | 60 } idtype_t; typedef
|
| H A D | proc.h | 523 int do_sys_waitid(idtype_t, id_t, int *, int *, int, struct wrusage *,
|
| H A D | syscallargs.h | 2690 syscallarg(idtype_t) idtype; 3202 syscallarg(idtype_t) idtype; 3213 syscallarg(idtype_t) idtype;
|
| /netbsd-src/sys/kern/ |
| H A D | kern_exit.c | 121 static int find_stopped_child(struct proc *, idtype_t, id_t, int, 660 do_sys_waitid(idtype_t idtype, id_t id, int *pid, int *status, int options, in do_sys_waitid() 704 idtype_t idtype; in do_sys_wait() 774 idtype_t idtype; in sys_wait6() 831 match_process(const struct proc *pp, struct proc **q, idtype_t idtype, id_t id, in match_process() 947 debugged_child_exists(idtype_t idtype, id_t id, int options, siginfo_t *si, in debugged_child_exists() 1008 find_stopped_child(struct proc *parent, idtype_t idtype, id_t id, int options, in find_stopped_child()
|
| /netbsd-src/lib/librt/ |
| H A D | pset.c | 44 pset_bind(psetid_t psid, idtype_t idtype, id_t id, psetid_t *opsid) in pset_bind()
|
| /netbsd-src/lib/libc/gen/ |
| H A D | waitid.c | 48 waitid(idtype_t idtype, id_t id, siginfo_t *info, int flags) in __weak_alias()
|
| /netbsd-src/usr.sbin/psrset/ |
| H A D | psrset.c | 224 if (pset_bind(psid, P_PID, (idtype_t)getint(*argv), NULL)) in cmd_b() 378 if (pset_bind(PS_NONE, P_PID, (idtype_t)getint(*argv), NULL)) in cmd_u()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_wait.c | 93 idtype_t idtype = SCARG(uap, idtype); in netbsd32_wait6()
|
| H A D | netbsd32_syscallargs.h | 2191 syscallarg(idtype_t) idtype; 2660 syscallarg(idtype_t) idtype; 2670 syscallarg(idtype_t) idtype;
|
| /netbsd-src/include/ |
| H A D | time.h | 164 int clock_getcpuclockid2(idtype_t, id_t, clockid_t *);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
| H A D | osthread.d | 162 import core.sys.posix.sys.wait : idtype_t; in version() 675 if (priocntl(idtype_t.P_PID, P_MYID, PC_GETPARMS, &pcParms) == -1) in loadPriorities() 680 if (priocntl(idtype_t.P_PID, 0, PC_GETCLINFO, &pcInfo) == -1) in loadPriorities() 855 if (priocntl(idtype_t.P_LWPID, P_MYID, PC_GETPARMS, &pcparm) == -1) in version() 864 if (priocntl(idtype_t.P_LWPID, P_MYID, PC_SETPARMS, &pcparm) == -1) in version()
|
| /netbsd-src/sys/rump/include/rump/ |
| H A D | rump_syscalls.h | 1075 int rump_sys_clock_getcpuclockid2(idtype_t, id_t, clockid_t *) __RENAME(RUMP_SYS_RENAME_CLOCK_GETCPUCLOCKID2);
|
| /netbsd-src/sys/compat/linux/common/ |
| H A D | linux_misc.c | 282 idtype_t idtype; in linux_sys_waitid()
|
| /netbsd-src/sys/rump/librump/rumpkern/ |
| H A D | rump_syscalls.c | 6435 int rump___sysimpl_clock_getcpuclockid2(idtype_t, id_t, clockid_t *); 6437 rump___sysimpl_clock_getcpuclockid2(idtype_t idtype, id_t id, clockid_t * clock_id) in rump___sysimpl_clock_getcpuclockid2()
|