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

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

Completed in 56 milliseconds