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

/freebsd-10.0-release/lib/libthread_db/
H A Dlibthr_db.c456 pt_thr_get_info_common(const td_thrhandle_t *th, td_thrinfo_t *info, int old) function
515 return (pt_thr_get_info_common(th, (td_thrinfo_t *)info, 1));
522 return (pt_thr_get_info_common(th, info, 0));

Completed in 104 milliseconds