Home
last modified time | relevance | path

Searched refs:threads (Results 101 – 125 of 131) sorted by relevance

123456

/art/test/1962-multi-thread-events/
Dinfo.txt3 Due to a mistake in the single-thread deopt CL we would incorrectly only update a threads
/art/test/904-object-allocation/
Dtracking.cc122 JNIEnv* env, jclass Main_klass ATTRIBUTE_UNUSED, jobjectArray threads) { in Java_art_Test904_getTrackingEventMessages() argument
126 jint nthreads = env->GetArrayLength(threads); in Java_art_Test904_getTrackingEventMessages()
130 thread_lst.push_back(reinterpret_cast<jthread>(env->GetObjectArrayElement(threads, i))); in Java_art_Test904_getTrackingEventMessages()
/art/test/924-threads/
Dthreads.cc152 jthread* threads; in Java_art_Test924_getAllThreads() local
154 jvmtiError result = jvmti_env->GetAllThreads(&thread_count, &threads); in Java_art_Test924_getAllThreads()
160 return threads[index]; in Java_art_Test924_getAllThreads()
164 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(threads)); in Java_art_Test924_getAllThreads()
/art/test/2005-pause-all-redefine-multithreaded/src/art/
DTest2005.java203 MyThread[] threads = startThreads(NUM_THREADS); in doTest() local
206 finishThreads(threads); in doTest()
/art/test/923-monitors/src/art/
DTest923.java103 List<Thread> threads = new ArrayList<Thread>(); in threadTests() local
106 threads.add(t); in threadTests()
138 for (Thread t : threads) { in threadTests()
/art/test/924-threads/src/art/
DTest924.java236 Thread[] threads = getAllThreads(); in doAllThreadsTests() local
237 List<Thread> threadList = new ArrayList<>(Arrays.asList(threads)); in doAllThreadsTests()
269 private static Thread findThreadByName(Set<Thread> threads, String name) { in findThreadByName() argument
270 for (Thread t : threads) { in findThreadByName()
275 throw new RuntimeException("Did not find thread " + name + ": " + threads); in findThreadByName()
/art/runtime/
Dthread_linux.cc54 VLOG(threads) << "Alternate signal stack is " << PrettySize(ss.ss_size) << " at " << ss.ss_sp; in SetUpAlternateSignalStack()
Dthread_pool.h161 void SetMaxActiveWorkers(size_t threads) REQUIRES(!task_queue_lock_);
Dparsed_options_test.cc111 EXPECT_FALSE(VLOG_IS_ON(threads)); in TEST_F()
Dthread.cc734 VLOG(threads) << "installing stack protected region at " << std::hex << in InstallImplicitProtection()
768 VLOG(threads) << "Need to map in stack for thread at " << std::hex << in InstallImplicitProtection()
803 VLOG(threads) << "(again) installing stack protected region at " << std::hex << in InstallImplicitProtection()
820 if (VLOG_IS_ON(threads)) { in CreateNativeThread()
833 VLOG(threads) << "Creating native thread for " << thread_name; in CreateNativeThread()
1015 if (VLOG_IS_ON(threads)) { in Attach()
1017 VLOG(threads) << "Attaching thread " << thread_name; in Attach()
1019 VLOG(threads) << "Attaching unnamed thread."; in Attach()
1276 VLOG(threads) << "Limiting unlimited stack (reported as " << PrettySize(old_stack_size) << ")" in GetThreadStack()
1312 VLOG(threads) << StringPrintf("Native stack is at %p (%s with %s guard)", in InitStackHwm()
[all …]
/art/test/911-get-stack-trace/
Dstack_trace.cc174 std::unique_ptr<jthread[]> threads(new jthread[thread_count]); in Java_art_ThreadListTraces_getThreadListStackTraces() local
176 threads[i] = env->GetObjectArrayElement(jthreads, i); in Java_art_ThreadListTraces_getThreadListStackTraces()
182 threads.get(), in Java_art_ThreadListTraces_getThreadListStackTraces()
/art/openjdkjvmti/
Dti_thread.h120 const jthread* threads,
124 const jthread* threads,
Dti_thread.cc667 jthread* threads = reinterpret_cast<jthread*>(data); in GetAllThreads() local
669 threads[i] = soa.AddLocalReference<jthread>(peers[i]); in GetAllThreads()
673 *threads_ptr = threads; in GetAllThreads()
1031 const jthread* threads, in SuspendThreadList() argument
1035 } else if (results == nullptr || threads == nullptr) { in SuspendThreadList()
1043 if (IsCurrentThread(threads[i])) { in SuspendThreadList()
1046 results[i] = env->SuspendThread(threads[i]); in SuspendThreadList()
1052 jvmtiError res = env->SuspendThread(threads[first_current_thread_index]); in SuspendThreadList()
1065 const jthread* threads, in ResumeThreadList() argument
1069 } else if (results == nullptr || threads == nullptr) { in ResumeThreadList()
[all …]
Dti_logging.cc124 art::gLogVerbosity.threads = val; in SetVerboseFlag()
Ddeopt_manager.cc144 void WaitForCount(size_t threads) { in DumpDeoptInfo()
145 while (cnt_.load() != threads) { in DumpDeoptInfo()
Dti_stack.cc402 threads.push_back(thread); in GetAllStackTraces()
416 std::vector<art::Thread*> threads; in GetAllStackTraces() member
549 threads.push_back(thread); in GetThreadListStackTraces()
567 std::vector<art::Thread*> threads; in GetThreadListStackTraces() member
604 art::Thread* self = data.threads[index]; in GetThreadListStackTraces()
/art/libartbase/base/
Dlogging.h55 bool threads; member
/art/test/testrunner/
Drun_build_test_target.py75 MAKE_OPTIONS='DX= -j{threads}'.format(threads = n_threads))
/art/test/904-object-allocation/src/art/
DTest904.java158 private static native String[] getTrackingEventMessages(Thread[] threads); in getTrackingEventMessages() argument
/art/tools/jvmti-agents/enable-vlog/
DREADME.md64 * `threads`
/art/tools/
Dexternal_oj_libjdwp_art_failures.txt10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
Dprebuilt_libjdwp_art_failures.txt10 description: "Test fails due to unexpectedly getting the thread-groups of zombie threads",
/art/tools/dmtracedump/
Dtracedump.cc189 ThreadEntry* threads; member
516 delete[] pKeys->threads; in freeDataKeys()
653 pKeys->threads = new ThreadEntry[count]; in parseThreads()
654 if (pKeys->threads == nullptr) return -1; in parseThreads()
667 pKeys->threads[i].threadId = atoi(data); in parseThreads()
668 pKeys->threads[i].threadName = data + tab + 1; in parseThreads()
801 qsort(pKeys->threads, pKeys->numThreads, sizeof(pKeys->threads[0]), compareThreads); in sortThreadList()
887 printf("%2d %s\n", pKeys->threads[i].threadId, pKeys->threads[i].threadName); in parseKeys()
/art/cmdline/
Dcmdline_parser_test.cc275 log_verbosity.threads = true; in TEST_F()
/art/test/utils/
Dregen-test-files226 art-run-test-924-threads

123456