Searched defs:p_td_thragent_t (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java572 p_td_thragent_t = 0L;
689 private long p_td_thragent_t; field in class:ProcDebuggerLocal
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp153 td_thragent_t *p_td_thragent_t = 0; local
154 p_td_thragent_t = (td_thragent_t*) env->GetLongField(this_obj, p_td_thragent_t_ID);
155 if (p_td_thragent_t != 0 && p_td_ta_delete != 0) {
156 p_td_ta_delete(p_td_thragent_t);
428 fill_thread_list(const td_thrhandle_t *p_td_thragent_t, void* cd) { argument
437 if (p_td_thr_get_info(p_td_thragent_t, &thrinfo) != TD_OK)
849 td_thragent_t *p_td_thragent_t = 0; local
850 if (p_td_ta_new(ph, &p_td_thragent_t) != TD_OK) {
856 env->SetLongField(this_obj, p_td_thragent_t_ID, (jlong)(uintptr_t) p_td_thragent_t);
949 td_thragent_t* p_td_thragent_t local
983 td_thragent_t* p_td_thragent_t = (td_thragent_t*) env->GetLongField(this_obj, p_td_thragent_t_ID); local
[all...]

Completed in 37 milliseconds