| /src/include/ |
| lwp.h | 43 lwpid_t _lwp_self(void); 44 int _lwp_create(const ucontext_t *, unsigned long, lwpid_t *); 46 int _lwp_wait(lwpid_t, lwpid_t *); 47 int _lwp_suspend(lwpid_t); 48 int _lwp_continue(lwpid_t); 49 int _lwp_wakeup(lwpid_t); 54 int _lwp_kill(lwpid_t, int); 55 int _lwp_detach(lwpid_t); 57 int _lwp_park(clockid_t, int, struct timespec *, lwpid_t, [all...] |
| /src/lib/libc/compat/include/ |
| lwp.h | 43 int _lwp_park(const struct timespec50 *, lwpid_t, const void *, const void *); 44 int ___lwp_park50(const struct timespec *, lwpid_t, const void *, const void *); 45 int ___lwp_park60(clockid_t, int, struct timespec *, lwpid_t,
|
| /src/lib/libpthread/ |
| pthread_makelwp.h | 44 unsigned long, lwpid_t *) PTHREAD_HIDE;
|
| pthread_compat.c | 77 _lwp_kill(lwpid_t a, int b) 84 _lwp_detach(lwpid_t a) 91 _lwp_park(clockid_t a, int b, const struct timespec *c, lwpid_t d, 99 _lwp_unpark(lwpid_t a, const void *b) 106 _lwp_unpark_all(const lwpid_t *a, size_t b, const void *c) 113 _lwp_setname(lwpid_t a, const char *b) 120 _lwp_getname(lwpid_t a, char *b, size_t c) 148 _sched_setaffinity(pid_t a, lwpid_t b, size_t c, const cpuset_t *d) 155 _sched_getaffinity(pid_t a, lwpid_t b, size_t c, cpuset_t *d) 162 _sched_setparam(pid_t a, lwpid_t b, int c, const struct sched_param *d [all...] |
| pthread_makelwp_netbsd.c | 50 unsigned long flag, lwpid_t *newlid)
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_proc_service.h | 87 typedef unsigned int lwpid_t; typedef 120 lwpid_t, prgregset_t); 122 lwpid_t, const prgregset_t); 124 lwpid_t, prfpregset_t *); 126 lwpid_t, const prfpregset_t *); 135 lwpid_t, int, psaddr_t *); 152 extern ps_err_e ps_lstop (struct ps_prochandle *, lwpid_t); 153 extern ps_err_e ps_lcontinue (struct ps_prochandle *, lwpid_t); 159 lwpid_t lwpid, int *xregsize); 161 extern ps_err_e ps_lgetxregs (struct ps_prochandle *ph, lwpid_t lwpid [all...] |
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_proc_service.h | 87 typedef unsigned int lwpid_t; typedef 120 lwpid_t, prgregset_t); 122 lwpid_t, const prgregset_t); 124 lwpid_t, prfpregset_t *); 126 lwpid_t, const prfpregset_t *); 135 lwpid_t, int, psaddr_t *); 152 extern ps_err_e ps_lstop (struct ps_prochandle *, lwpid_t); 153 extern ps_err_e ps_lcontinue (struct ps_prochandle *, lwpid_t); 159 lwpid_t lwpid, int *xregsize); 161 extern ps_err_e ps_lgetxregs (struct ps_prochandle *ph, lwpid_t lwpid [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/sys/ |
| procfs.d | 14 alias lwpid_t = pid_t;
|
| /src/lib/libc/compat/sys/ |
| compat__lwp_park.c | 56 _lwp_park(const struct timespec50 *ts50, lwpid_t unpark,
|
| compat___lwp_park50.c | 53 ___lwp_park50(const struct timespec *ts, lwpid_t unpark, const void *hint,
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| proc-service.cc | 103 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset) 128 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset) 138 ps_lgetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prfpregset_t *fpregset) 148 ps_lsetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prfpregset_t *fpregset)
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| proc-service.cc | 103 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset) 128 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset) 138 ps_lgetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prfpregset_t *fpregset) 148 ps_lsetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prfpregset_t *fpregset)
|
| /src/sys/sys/ |
| sched.h | 124 int _sched_getaffinity(pid_t, lwpid_t, size_t, cpuset_t *); 125 int _sched_setaffinity(pid_t, lwpid_t, size_t, const cpuset_t *); 126 int _sched_getparam(pid_t, lwpid_t, int *, struct sched_param *); 127 int _sched_setparam(pid_t, lwpid_t, int, const struct sched_param *); 281 int do_sched_setparam(pid_t, lwpid_t, int, const struct sched_param *); 282 int do_sched_getparam(pid_t, lwpid_t, int *, struct sched_param *);
|
| lwp.h | 151 lwpid_t l_lid; /* (: LWP identifier; local to proc */ 157 lwpid_t l_waiter; /* p: first LWP waiting on us */ 158 lwpid_t l_waitingfor; /* p: specific LWP we are waiting on */ 360 int lwp_wait(lwp_t *, lwpid_t, lwpid_t *, bool); 366 int lwp_create1(lwp_t *, const void *, size_t, u_long, lwpid_t *); 369 lwp_t * lwp_find2(pid_t, lwpid_t); 395 int lwp_unpark(const lwpid_t *, const u_int);
|
| ptrace.h | 120 lwpid_t _pe_lwp; 158 lwpid_t pl_lwpid; /* LWP described */ 174 lwpid_t pl_lwpid; /* LWP described */ 187 lwpid_t psi_lwpid; /* destination LWP of the signal 252 int ptrace_update_lwp(struct proc *t, struct lwp **lt, lwpid_t lid);
|
| futex.h | 176 int futex_robust_head_lookup(struct lwp *, lwpid_t, void **);
|
| /src/lib/libc/include/ |
| futex_private.h | 58 __futex_get_robust_list(lwpid_t lwpid, void **headp, size_t *lenp)
|
| /src/external/bsd/top/dist/ |
| hash.h | 140 lwpid_t key; 144 void *hash_add_lwpid(hash_table *ht, lwpid_t key, void *value); 145 void *hash_replace_lwpid(hash_table *ht, lwpid_t key, void *value); 146 void *hash_lookup_lwpid(hash_table *ht, lwpid_t key); 147 void *hash_remove_lwpid(hash_table *ht, lwpid_t key);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| proc-service.c | 137 get_ps_regcache (struct ps_prochandle *ph, lwpid_t lwpid) 148 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset) 162 ps_lsetregs (struct ps_prochandle *ph, lwpid_t lwpid, const prgregset_t gregset) 176 ps_lgetfpregs (struct ps_prochandle *ph, lwpid_t lwpid, 191 ps_lsetfpregs (struct ps_prochandle *ph, lwpid_t lwpid,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| proc-service.c | 137 get_ps_regcache (struct ps_prochandle *ph, lwpid_t lwpid) 148 ps_lgetregs (struct ps_prochandle *ph, lwpid_t lwpid, prgregset_t gregset) 162 ps_lsetregs (struct ps_prochandle *ph, lwpid_t lwpid, const prgregset_t gregset) 176 ps_lgetfpregs (struct ps_prochandle *ph, lwpid_t lwpid, 191 ps_lsetfpregs (struct ps_prochandle *ph, lwpid_t lwpid,
|
| /src/sys/compat/sys/ |
| siginfo.h | 92 lwpid_t _pe_lwp;
|
| /src/usr.sbin/schedctl/ |
| schedctl.c | 61 static void sched_set(pid_t, lwpid_t, int, struct sched_param *, cpuset_t *); 62 static void thread_info(pid_t, lwpid_t); 78 lwpid_t lid; 184 sched_set(pid_t pid, lwpid_t lid, int policy, 205 thread_info(pid_t pid, lwpid_t lid)
|
| /src/sys/dev/pud/ |
| pud_msgif.h | 42 lwpid_t pdr_lid;
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| aarch64-linux.h | 129 lwpid_t lwpid, int idx, void **base,
|
| gdb_thread_db.h | 46 lwpid_t lwpid, td_thrhandle_t *th);
|