Home
last modified time | relevance | path

Searched refs:thrs (Results 1 – 5 of 5) sorted by relevance

/art/test/ti-agent/
Dsuspension_helper.cc37 static std::vector<jthread> CopyToVector(JNIEnv* env, jobjectArray thrs) { in CopyToVector() argument
38 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() argument
72 std::vector<jthread> threads(CopyToVector(env, thrs)); in Java_art_Suspension_suspendList()
/art/test/1900-track-alloc/src/art/
DTest1900.java39 Thread[] thrs = new Thread[rs.length]; in runConcurrent() local
42 thrs[i] = new Thread(() -> { in runConcurrent()
46 thrs[i].start(); in runConcurrent()
48 for (Thread thr : thrs) { in runConcurrent()
/art/test/1995-final-virtual-structural-multithread/src/art/
DTest1995.java159 public static void finishThreads(MyThread[] thrs) throws Exception { in finishThreads() argument
160 for (MyThread t : thrs) { in finishThreads()
163 for (MyThread t : thrs) { in finishThreads()
/art/test/2001-virtual-structural-multithread/src-art/art/
DTest2001.java219 public static void finishThreads(MyThread[] thrs) throws Exception { in finishThreads() argument
220 for (MyThread t : thrs) { in finishThreads()
223 for (MyThread t : thrs) { in finishThreads()
/art/test/2005-pause-all-redefine-multithreaded/src/art/
DTest2005.java157 public static void finishThreads(MyThread[] thrs) throws Exception { in finishThreads() argument
158 for (MyThread t : thrs) { in finishThreads()
161 for (MyThread t : thrs) { in finishThreads()