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

/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c46 static jfieldID threadList_ID = 0; variable
84 threadList_ID = (*env)->GetFieldID(env, cls, "threadList", "Ljava/util/List;");
132 threadList = (*env)->GetObjectField(env, this_obj, threadList_ID);
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c45 static jfieldID threadList_ID = 0; variable
83 threadList_ID = (*env)->GetFieldID(env, cls, "threadList", "Ljava/util/List;");
131 threadList = (*env)->GetObjectField(env, this_obj, threadList_ID);

Completed in 31 milliseconds