Home
last modified time | relevance | path

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

/freebsd/lib/libthread_db/
H A Dlibthr_db.c494 info->ti_siginfo = linfo.pl_siginfo; in pt_thr_get_info_common()
496 bzero(&info->ti_siginfo, in pt_thr_get_info_common()
497 sizeof(info->ti_siginfo)); in pt_thr_get_info_common()
H A Dthread_db.h194 siginfo_t ti_siginfo; member
H A Dlibpthread_db.c669 bzero(&info->ti_siginfo, sizeof(info->ti_siginfo)); in pt_thr_get_info()