Home
last modified time | relevance | path

Searched refs:is_thread_fully_suspended (Results 1 – 25 of 37) sorted by relevance

12

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp196 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in get_frame_pops()
215 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in set_frame_pop()
226 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in clear_frame_pop()
237 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in clear_to_frame_pop()
248 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in is_frame_pop()
H A DjvmtiThreadState.cpp220 JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits), in count_frames()
253 JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits), in invalidate_cur_stack_depth()
285 JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits), in cur_stack_depth()
H A DjvmtiEnvBase.cpp485 JvmtiEnvBase::is_thread_fully_suspended(JavaThread* thr, bool wait_for_suspend, uint32_t *bits) { in is_thread_fully_suspended() function in JvmtiEnvBase
659 is_thread_fully_suspended(java_thread, false, &debug_bits)), in get_current_contended_monitor()
698 is_thread_fully_suspended(java_thread, false, &debug_bits)), in get_owned_monitors()
820 is_thread_fully_suspended(java_thread, false, &debug_bits)), in get_stack_trace()
903 is_thread_fully_suspended(java_thread, false, &debug_bits)), in get_frame_location()
1009 … if (!at_safepoint && !JvmtiEnv::is_thread_fully_suspended(owning_thread, true, &debug_bits)) { in get_object_monitor_usage()
1096 !JvmtiEnv::is_thread_fully_suspended(pending_thread, true, &debug_bits)) { in get_object_monitor_usage()
1399 if (!is_thread_fully_suspended(java_thread, in force_early_return()
H A DjvmtiEnvBase.hpp296 static bool is_thread_fully_suspended(JavaThread *thread,
H A DjvmtiEnv.cpp1365 if (is_thread_fully_suspended(java_thread, true, &debug_bits)) { in GetFrameCount()
1392 …if (!is_thread_fully_suspended(java_thread, true /* wait for suspend completion */, &debug_bits)) { in PopFrame()
1482 if (is_thread_fully_suspended(java_thread, true, &debug_bits)) { in GetFrameLocation()
1508 if (!JvmtiEnv::is_thread_fully_suspended(java_thread, true, &debug_bits)) { in NotifyFramePop()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.cpp196 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in get_frame_pops()
215 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in set_frame_pop()
226 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in clear_frame_pop()
237 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in clear_to_frame_pop()
248 …assert(get_thread() == Thread::current() || JvmtiEnv::is_thread_fully_suspended(get_thread(), fals… in is_frame_pop()
H A DjvmtiThreadState.cpp220 JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits), in count_frames()
253 JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits), in invalidate_cur_stack_depth()
285 JvmtiEnv::is_thread_fully_suspended(get_thread(), false, &debug_bits), in cur_stack_depth()
H A DjvmtiEnvBase.cpp485 JvmtiEnvBase::is_thread_fully_suspended(JavaThread* thr, bool wait_for_suspend, uint32_t *bits) { in is_thread_fully_suspended() function in JvmtiEnvBase
659 is_thread_fully_suspended(java_thread, false, &debug_bits)), in get_current_contended_monitor()
698 is_thread_fully_suspended(java_thread, false, &debug_bits)), in get_owned_monitors()
820 is_thread_fully_suspended(java_thread, false, &debug_bits)), in get_stack_trace()
903 is_thread_fully_suspended(java_thread, false, &debug_bits)), in get_frame_location()
1009 … if (!at_safepoint && !JvmtiEnv::is_thread_fully_suspended(owning_thread, true, &debug_bits)) { in get_object_monitor_usage()
1096 !JvmtiEnv::is_thread_fully_suspended(pending_thread, true, &debug_bits)) { in get_object_monitor_usage()
1399 if (!is_thread_fully_suspended(java_thread, in force_early_return()
H A DjvmtiEnvBase.hpp296 static bool is_thread_fully_suspended(JavaThread *thread,
H A DjvmtiEnv.cpp1365 if (is_thread_fully_suspended(java_thread, true, &debug_bits)) { in GetFrameCount()
1392 …if (!is_thread_fully_suspended(java_thread, true /* wait for suspend completion */, &debug_bits)) { in PopFrame()
1482 if (is_thread_fully_suspended(java_thread, true, &debug_bits)) { in GetFrameLocation()
1508 if (!JvmtiEnv::is_thread_fully_suspended(java_thread, true, &debug_bits)) { in NotifyFramePop()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp652 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_current_contended_monitor()
691 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_owned_monitors()
813 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_stack_trace()
896 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_frame_location()
1003 if (!at_safepoint && !owning_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1084 !pending_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1396 …if (!java_thread->is_thread_fully_suspended(true /* wait for suspend completion */, &debug_bits)) { in force_early_return()
H A DjvmtiEnv.cpp1625 …if (!java_thread->is_thread_fully_suspended(true /* wait for suspend completion */, &debug_bits)) { in PopFrame()
1755 if (!java_thread->is_thread_fully_suspended(true, &debug_bits)) { in NotifyFramePop()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp654 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_current_contended_monitor()
693 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_owned_monitors()
815 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_stack_trace()
898 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_frame_location()
1005 if (!at_safepoint && !owning_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1087 !pending_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1399 …if (!java_thread->is_thread_fully_suspended(true /* wait for suspend completion */, &debug_bits)) { in force_early_return()
H A DjvmtiEnv.cpp1620 …if (!java_thread->is_thread_fully_suspended(true /* wait for suspend completion */, &debug_bits)) { in PopFrame()
1750 if (!java_thread->is_thread_fully_suspended(true, &debug_bits)) { in NotifyFramePop()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp652 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_current_contended_monitor()
691 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_owned_monitors()
813 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_stack_trace()
896 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_frame_location()
1003 if (!at_safepoint && !owning_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1085 !pending_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1397 …if (!java_thread->is_thread_fully_suspended(true /* wait for suspend completion */, &debug_bits)) { in force_early_return()
H A DjvmtiEnv.cpp1618 …if (!java_thread->is_thread_fully_suspended(true /* wait for suspend completion */, &debug_bits)) { in PopFrame()
1748 if (!java_thread->is_thread_fully_suspended(true, &debug_bits)) { in NotifyFramePop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp652 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_current_contended_monitor()
691 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_owned_monitors()
813 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_stack_trace()
896 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_frame_location()
1003 if (!at_safepoint && !owning_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1084 !pending_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1396 …if (!java_thread->is_thread_fully_suspended(true /* wait for suspend completion */, &debug_bits)) { in force_early_return()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp655 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_current_contended_monitor()
693 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_owned_monitors()
815 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_stack_trace()
898 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_frame_location()
1005 if (!at_safepoint && !owning_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1087 !pending_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1398 …if (!java_thread->is_thread_fully_suspended(true /* wait for suspend completion */, &debug_bits)) { in force_early_return()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnvBase.cpp820 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_stack_trace()
903 java_thread->is_thread_fully_suspended(false, &debug_bits)), in get_frame_location()
1010 if (!at_safepoint && !owning_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1091 !pending_thread->is_thread_fully_suspended(true, &debug_bits)) { in get_object_monitor_usage()
1402 …if (!java_thread->is_thread_fully_suspended(true /* wait for suspend completion */, &debug_bits)) { in force_early_return()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.hpp1344 bool is_thread_fully_suspended(bool wait_for_suspend, uint32_t *bits);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dthread.hpp1402 bool is_thread_fully_suspended(bool wait_for_suspend, uint32_t *bits);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dthread.hpp1350 bool is_thread_fully_suspended(bool wait_for_suspend, uint32_t *bits);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dthread.hpp1344 bool is_thread_fully_suspended(bool wait_for_suspend, uint32_t *bits);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dthread.hpp1431 bool is_thread_fully_suspended(bool wait_for_suspend, uint32_t *bits);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dthread.hpp1394 bool is_thread_fully_suspended(bool wait_for_suspend, uint32_t *bits);

12