Searched refs:reqCnt (Results 1 – 2 of 2) sorted by relevance
1194 jint reqCnt; in commonResumeList() local1199 reqCnt = 0; in commonResumeList()1203 &reqCnt); in commonResumeList()1204 if (reqCnt == 0) { in commonResumeList()1212 reqList = newArray(reqCnt, sizeof(jthread)); in commonResumeList()1217 results = newArray(reqCnt, sizeof(jvmtiError)); in commonResumeList()1228 (gdata->jvmti, reqCnt, reqList, results); in commonResumeList()1229 for (i = 0; i < reqCnt; i++) { in commonResumeList()1264 jint reqCnt; in commonSuspendList() local1268 reqCnt = 0; in commonSuspendList()[all …]
20 reqCnt = 0 variable