Home
last modified time | relevance | path

Searched refs:TD_DEATH (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_event.c57 curthread->event_buf.event = TD_DEATH; in _thr_report_death()
H A Dthr_exit.c307 if (!curthread->force_exit && SHOULD_REPORT_EVENT(curthread, TD_DEATH))
/freebsd/lib/libthread_db/
H A Dthread_db.h79 TD_DEATH = 0x0008, enumerator
H A Dlibthr_db.c321 case TD_DEATH: in pt_ta_event_addr()