Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_event.c45 curthread->event_buf.th_p = (uintptr_t)newthread; in _thr_report_creation()
58 curthread->event_buf.th_p = (uintptr_t)curthread; in _thr_report_death()
/freebsd/lib/libthread_db/
H A Dlibthr_db.c397 pt = msg->th_p; in pt_ta_event_getmsg()
404 msg->th_p = (uintptr_t)&handle; in pt_ta_event_getmsg()
701 pt = msg->th_p; in pt_thr_event_getmsg()
708 msg->th_p = (uintptr_t)&handle; in pt_thr_event_getmsg()
H A Dthread_db.h98 psaddr_t th_p; member