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

/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp160 void* libthread_db_handle = (void*) env->GetLongField(this_obj, libthread_db_handle_ID); local
161 if (libthread_db_handle != 0) {
162 dlclose(libthread_db_handle);
373 void* libthread_db_handle = 0; local
374 if ((libthread_db_handle = pathmap_dlopen(libthread_db, RTLD_LAZY|RTLD_LOCAL)) == NULL) {
379 env->SetLongField(this_obj, libthread_db_handle_ID, (jlong)(uintptr_t)libthread_db_handle);
382 tmpPtr = dlsym(libthread_db_handle, "td_init");
388 tmpPtr =dlsym(libthread_db_handle, "td_ta_new");
394 tmpPtr = dlsym(libthread_db_handle, "td_ta_delete");
400 tmpPtr = dlsym(libthread_db_handle, "td_ta_thr_ite
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/proc/
H A DProcDebuggerLocal.java571 libthread_db_handle = 0L;
688 private long libthread_db_handle; field in class:ProcDebuggerLocal

Completed in 41 milliseconds