Searched refs:SuspendThread (Results 1 – 9 of 9) sorted by relevance
/art/test/ti-agent/ |
D | suspension_helper.cc | 94 JvmtiErrorToException(env, jvmti_env, jvmti_env->SuspendThread(thr)); in Java_art_Suspension_suspend()
|
D | suspend_event_helper.cc | 82 jvmti->SuspendThread(nullptr); in PerformSuspend()
|
/art/openjdkjvmti/ |
D | ti_thread.h | 115 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread);
|
D | ti_thread.cc | 953 jvmtiError ThreadUtil::SuspendThread([[maybe_unused]] jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::ThreadUtil 1059 results[i] = env->SuspendThread(threads[i]); in SuspendThreadList() 1065 jvmtiError res = env->SuspendThread(threads[first_current_thread_index]); in SuspendThreadList()
|
D | OpenjdkJvmTi.cc | 154 static jvmtiError SuspendThread(jvmtiEnv* env, jthread thread) { in SuspendThread() function in openjdkjvmti::JvmtiFunctions 157 return ThreadUtil::SuspendThread(env, thread); in SuspendThread() 1511 JvmtiFunctions::SuspendThread,
|
/art/runtime/ |
D | thread_list.h | 252 bool SuspendThread(Thread* self,
|
D | thread_list.cc | 1045 bool ThreadList::SuspendThread(Thread* self, in SuspendThread() function in art::ThreadList 1219 bool success = SuspendThread(self, thread, reason, old_self_state, __func__, 0); in SuspendThreadByPeer() 1244 bool success = SuspendThread(self, thread, reason, old_self_state, __func__, attempt_of_4); in SuspendThreadByThreadId()
|
D | mutator_gc_coord.md | 136 : ThreadList provides a number of `SuspendThread...()` calls and
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1023 jvmtiError (JNICALL *SuspendThread) (jvmtiEnv* env, 1814 jvmtiError SuspendThread(jthread thread) { in SuspendThread() function 1815 return functions->SuspendThread(this, thread); in SuspendThread()
|