Lines Matching defs:th
202 pt_ta_map_id2thr(const td_thragent_t *ta, thread_t id, td_thrhandle_t *th) in pt_ta_map_id2thr()
236 pt_ta_map_lwp2thr(const td_thragent_t *ta, lwpid_t lwp, td_thrhandle_t *th) in pt_ta_map_lwp2thr()
246 td_thrhandle_t th; in pt_ta_thr_iter() local
409 pt_dbsuspend(const td_thrhandle_t *th, int suspend) in pt_dbsuspend()
428 pt_thr_dbresume(const td_thrhandle_t *th) in pt_thr_dbresume()
436 pt_thr_dbsuspend(const td_thrhandle_t *th) in pt_thr_dbsuspend()
444 pt_thr_validate(const td_thrhandle_t *th) in pt_thr_validate()
456 pt_thr_get_info_common(const td_thrhandle_t *th, td_thrinfo_t *info, int old) in pt_thr_get_info_common()
512 pt_thr_old_get_info(const td_thrhandle_t *th, td_old_thrinfo_t *info) in pt_thr_old_get_info()
519 pt_thr_get_info(const td_thrhandle_t *th, td_thrinfo_t *info) in pt_thr_get_info()
527 pt_thr_getxmmregs(const td_thrhandle_t *th, char *fxsave) in pt_thr_getxmmregs()
544 pt_thr_getfpregs(const td_thrhandle_t *th, prfpregset_t *fpregs) in pt_thr_getfpregs()
560 pt_thr_getgregs(const td_thrhandle_t *th, prgregset_t gregs) in pt_thr_getgregs()
577 pt_thr_setxmmregs(const td_thrhandle_t *th, const char *fxsave) in pt_thr_setxmmregs()
594 pt_thr_setfpregs(const td_thrhandle_t *th, const prfpregset_t *fpregs) in pt_thr_setfpregs()
610 pt_thr_setgregs(const td_thrhandle_t *th, const prgregset_t gregs) in pt_thr_setgregs()
626 pt_thr_event_enable(const td_thrhandle_t *th, int en) in pt_thr_event_enable()
638 pt_thr_set_event(const td_thrhandle_t *th, td_thr_events_t *setp) in pt_thr_set_event()
654 pt_thr_clear_event(const td_thrhandle_t *th, td_thr_events_t *setp) in pt_thr_clear_event()
670 pt_thr_event_getmsg(const td_thrhandle_t *th, td_event_msg_t *msg) in pt_thr_event_getmsg()
713 pt_thr_sstep(const td_thrhandle_t *th, int step __unused) in pt_thr_sstep()
721 pt_validate(const td_thrhandle_t *th) in pt_validate()
730 pt_thr_tls_get_addr(const td_thrhandle_t *th, psaddr_t _linkmap, size_t offset, in pt_thr_tls_get_addr()