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

/openjdk7/jdk/src/share/back/
H A DthreadControl.c1193 jthread *reqList; local
1210 reqList = newArray(reqCnt, sizeof(jthread));
1211 if (reqList == NULL) {
1221 reqPtr = reqList;
1226 (gdata->jvmti, reqCnt, reqList, results);
1230 node = findThread(&runningThreads, reqList[i]);
1246 deleteArray(reqList);
1263 jthread *reqList; local
1267 reqList = newArray(initCount, sizeof(jthread));
1268 if (reqList
[all...]

Completed in 31 milliseconds