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

/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp434 td_thrinfo_t thrinfo; local
437 if (p_td_thr_get_info(p_td_thragent_t, &thrinfo) != TD_OK)
440 jobject threadProxy = env->CallObjectMethod(this_obj, getThreadForThreadId_ID, (jlong)(uintptr_t) thrinfo.ti_tid);

Completed in 35 milliseconds