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

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.c295 td_thragent_t* thread_agent = NULL; local
296 if (td_ta_new(ph, &thread_agent) != TD_OK) {
305 if (td_ta_thr_iter(thread_agent, thread_db_callback, &mydata,
308 td_ta_delete(thread_agent);
313 td_ta_delete(thread_agent);
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c293 td_thragent_t* thread_agent = NULL; local
294 if (td_ta_new(ph, &thread_agent) != TD_OK) {
303 if (td_ta_thr_iter(thread_agent, thread_db_callback, &mydata,
306 td_ta_delete(thread_agent);
311 td_ta_delete(thread_agent);

Completed in 31 milliseconds