HomeSort by relevance Sort by last modified time
    Searched full:thrs (Results 1 - 3 of 3) sorted by null

  /art/test/ti-agent/
suspension_helper.cc 37 static std::vector<jthread> CopyToVector(JNIEnv* env, jobjectArray thrs) {
38 jsize len = env->GetArrayLength(thrs);
41 ret.push_back(reinterpret_cast<jthread>(env->GetObjectArrayElement(thrs, i)));
69 jobjectArray thrs) {
71 std::vector<jthread> threads(CopyToVector(env, thrs));
  /art/test/1900-track-alloc/src/art/
Test1900.java 39 Thread[] thrs = new Thread[rs.length]; local
42 thrs[i] = new Thread(() -> {
46 thrs[i].start();
48 for (Thread thr : thrs) {
  /external/libxcam/modules/soft/
soft_worker.cpp 198 snprintf (thr_name, XCAM_MAX_STR_SIZE, "%s-thrs", XCAM_STR(get_name ()));

Completed in 2890 milliseconds