Searched refs:lwpid_t (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-10.0-release/include/
H A Dproc_service.h49 ps_err_e ps_lcontinue(struct ps_prochandle *, lwpid_t);
50 ps_err_e ps_lgetfpregs(struct ps_prochandle *, lwpid_t, prfpregset_t *);
51 ps_err_e ps_lgetregs(struct ps_prochandle *, lwpid_t, prgregset_t);
52 ps_err_e ps_lsetfpregs(struct ps_prochandle *, lwpid_t, const prfpregset_t *);
53 ps_err_e ps_lsetregs(struct ps_prochandle *, lwpid_t, const prgregset_t);
55 ps_err_e ps_lgetxmmregs (struct ps_prochandle *, lwpid_t, char *);
56 ps_err_e ps_lsetxmmregs (struct ps_prochandle *, lwpid_t, const char *);
58 ps_err_e ps_lstop(struct ps_prochandle *, lwpid_t);
59 ps_err_e ps_linfo(struct ps_prochandle *, lwpid_t, void *);
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dproc-service.c114 ps_lstop (gdb_ps_prochandle_t ph, lwpid_t lwpid)
124 ps_lcontinue (gdb_ps_prochandle_t ph, lwpid_t lwpid)
136 ps_lgetxregsize (gdb_ps_prochandle_t ph, lwpid_t lwpid, int *xregsize)
146 ps_lgetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset)
156 ps_lsetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset)
234 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset)
251 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset)
269 ps_lgetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid,
287 ps_lsetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid,
H A Dgdb_proc_service.h48 typedef unsigned int lwpid_t; typedef
H A Dinfttrace.c344 static lwpid_t fake_step_tid = 0;
357 lwpid_t tid; /* Thread ID */
399 get_raw_pc (lwpid_t ttid)
606 create_thread_info (int pid, lwpid_t tid)
724 find_thread_info (lwpid_t tid)
754 static lwpid_t
755 map_from_gdb_tid (lwpid_t gdb_tid)
803 static lwpid_t
804 map_to_gdb_tid (lwpid_t real_tid)
852 is_pseudo_thread (lwpid_t ti
[all...]
H A Dsol-thread.c175 lwpid_t lwpid,
1008 ps_lstop (gdb_ps_prochandle_t ph, lwpid_t lwpid)
1016 ps_lcontinue (gdb_ps_prochandle_t ph, lwpid_t lwpid)
1146 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid,
1169 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid,
1204 ps_lgetxregsize (gdb_ps_prochandle_t ph, lwpid_t lwpid, int *xregsize)
1232 ps_lgetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset)
1255 ps_lsetxregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, caddr_t xregset)
1278 ps_lgetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid,
1301 ps_lsetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpi
[all...]
H A Dgdb_thread_db.h295 lwpid_t ti_lid; /* Unused. */
336 extern td_err_e td_ta_map_lwp2thr (const td_thragent_t *__ta, lwpid_t __lwpid,
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_affinity.c45 lwpid_t tid;
68 lwpid_t tid;
H A Dthr_kern.c113 _thr_getscheduler(lwpid_t lwpid, int *policy, struct sched_param *param)
126 _thr_setscheduler(lwpid_t lwpid, int policy, const struct sched_param *param)
/freebsd-10.0-release/lib/libthread_db/
H A Dkse.h64 lwpid_t tm_lwp; /* kernel thread UTS runs on */
85 lwpid_t km_lwp; /* kernel thread UTS runs on */
H A Dlibpthread_db.h46 lwpid_t lwp;
H A Dlibpthread_db.c46 static void pt_unmap_lwp(const td_thragent_t *ta, lwpid_t lwp);
224 lwpid_t lwp;
294 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th)
297 lwpid_t lwp1;
443 lwpid_t lwp;
473 ret = ps_pread(ta->ph, ptr, &lwp, sizeof(lwpid_t));
579 lwpid_t lwp;
615 &info->ti_lid, sizeof(lwpid_t));
625 offsetof(struct kse_thr_mailbox, tm_lwp), &lwp, sizeof(lwpid_t));
679 lwpid_t lw
[all...]
H A Dthread_db_int.h43 lwpid_t ti_lid;
71 td_err_e (*to_ta_map_lwp2thr)(const td_thragent_t *, lwpid_t,
H A Dthread_db.h185 lwpid_t ti_lid;
218 td_err_e td_ta_map_lwp2thr(const td_thragent_t *, lwpid_t, td_thrhandle_t *);
/freebsd-10.0-release/contrib/gdb/gdb/gdbserver/
H A Dproc-service.c129 ps_lgetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, prgregset_t gregset)
159 ps_lsetregs (gdb_ps_prochandle_t ph, lwpid_t lwpid, const prgregset_t gregset)
189 ps_lgetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid,
220 ps_lsetfpregs (gdb_ps_prochandle_t ph, lwpid_t lwpid,
/freebsd-10.0-release/sys/sys/
H A Drtprio.h89 int rtprio_thread(int, lwpid_t, struct rtprio *);
H A Dkdb.h84 struct thread *kdb_thr_lookup(lwpid_t);
H A Dptrace.h98 lwpid_t pl_lwpid; /* LWP described. */
/freebsd-10.0-release/gnu/usr.bin/gdb/libgdb/
H A Dfbsd-threads.c103 static td_err_e (*td_ta_map_lwp2thr_p) (const td_thragent_t *ta, lwpid_t lwpid,
280 if (*(lwpid_t *)obj != 0)
283 *(lwpid_t *)obj = atoi (bfd_section_name (abfd, asect) + 5);
290 lwpid_t lwpid;
434 fbsd_thread_get_name (lwpid_t lwpid)
841 lwpid_t lwp;
930 lwpid_t lwp;
1092 lwpid_t lwp;
1098 if (*(lwpid_t *)obj == 0)
1102 if (*(lwpid_t *)ob
[all...]
/freebsd-10.0-release/usr.bin/truss/
H A Dtruss.h41 lwpid_t tid;
H A Damd64-fbsd.c123 lwpid_t tid;
273 lwpid_t tid;
H A Damd64-fbsd32.c126 lwpid_t tid;
274 lwpid_t tid;
H A Damd64-linux32.c119 lwpid_t tid;
257 lwpid_t tid;
H A Darm-fbsd.c123 lwpid_t tid;
304 lwpid_t tid;
/freebsd-10.0-release/sys/kern/
H A Dkern_thr.c75 suword_lwpid(void *addr, lwpid_t lwpid)
372 ttd = tdfind((lwpid_t)uap->id, p->p_pid);
426 ttd = tdfind((lwpid_t)uap->id, uap->pid);
518 ttd = tdfind((lwpid_t)uap->id, p->p_pid);
546 ttd = tdfind((lwpid_t)uap->id, p->p_pid);
/freebsd-10.0-release/usr.bin/gcore/
H A Delfcore.c288 lwpid_t *tids;
525 lwpid_t tid;
528 tid = *(lwpid_t *)arg;
547 lwpid_t tid;
550 tid = *(lwpid_t *)arg;
563 lwpid_t tid;
567 tid = *(lwpid_t *)arg;

Completed in 161 milliseconds

123