Home
last modified time | relevance | path

Searched refs:th_tid (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libthread_db/
H A Dlibpthread_db.c289 th->th_tid = id; in pt_ta_map_id2thr()
316 th->th_tid = pt_map_thread(ta, pt, PT_USER); in pt_ta_map_lwp2thr()
317 if (th->th_tid == -1) in pt_ta_map_lwp2thr()
357 th.th_tid = pt_map_thread(ta, pt, PT_USER); in pt_ta_thr_iter()
360 if (th.th_tid == -1) in pt_ta_thr_iter()
454 if (ta->map[th->th_tid].type == PT_LWP) { in pt_dbsuspend()
456 ret = ps_lstop(ta->ph, ta->map[th->th_tid].lwp); in pt_dbsuspend()
458 ret = ps_lcontinue(ta->ph, ta->map[th->th_tid].lwp); in pt_dbsuspend()
462 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + in pt_dbsuspend()
467 ret = ps_pread(ta->ph, ta->map[th->th_tid].thr + in pt_dbsuspend()
[all …]
H A Dlibthr_db.c230 th->th_tid = id; in pt_ta_map_id2thr()
262 th.th_tid = (thread_t)lwp; in pt_ta_thr_iter()
402 handle.th_tid = lwp; in pt_ta_event_getmsg()
421 ret = ps_lstop(ta->ph, th->th_tid); in pt_dbsuspend()
423 ret = ps_lcontinue(ta->ph, th->th_tid); in pt_dbsuspend()
451 ret = pt_ta_map_id2thr(th->th_ta, th->th_tid, &temp); in pt_thr_validate()
484 info->ti_lid = th->th_tid; in pt_thr_get_info_common()
485 info->ti_tid = th->th_tid; in pt_thr_get_info_common()
488 ret = ps_linfo(ta->ph, th->th_tid, &linfo); in pt_thr_get_info_common()
538 ret = ps_lgetxmmregs(ta->ph, th->th_tid, fxsave); in pt_thr_getxmmregs()
[all …]
H A Dthread_db.h67 thread_t th_tid; member