Searched refs:thrs (Results 1 – 5 of 5) sorted by relevance
37 static std::vector<jthread> CopyToVector(JNIEnv* env, jobjectArray thrs) { in CopyToVector() argument38 jsize len = env->GetArrayLength(thrs); in CopyToVector()42 ret.push_back(reinterpret_cast<jthread>(env->GetObjectArrayElement(thrs, i))); in CopyToVector()70 jobjectArray thrs) { in Java_art_Suspension_suspendList() argument72 std::vector<jthread> threads(CopyToVector(env, thrs)); in Java_art_Suspension_suspendList()
39 Thread[] thrs = new Thread[rs.length]; in runConcurrent() local42 thrs[i] = new Thread(() -> { in runConcurrent()46 thrs[i].start(); in runConcurrent()48 for (Thread thr : thrs) { in runConcurrent()
159 public static void finishThreads(MyThread[] thrs) throws Exception { in finishThreads() argument160 for (MyThread t : thrs) { in finishThreads()163 for (MyThread t : thrs) { in finishThreads()
219 public static void finishThreads(MyThread[] thrs) throws Exception { in finishThreads() argument220 for (MyThread t : thrs) { in finishThreads()223 for (MyThread t : thrs) { in finishThreads()
157 public static void finishThreads(MyThread[] thrs) throws Exception { in finishThreads() argument158 for (MyThread t : thrs) { in finishThreads()161 for (MyThread t : thrs) { in finishThreads()