Home
last modified time | relevance | path

Searched refs:set_thread_state (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DinterfaceSupport.inline.hpp118 thread->set_thread_state((JavaThreadState)(from + 1)); in transition()
123 thread->set_thread_state(to); in transition()
138 thread->set_thread_state((JavaThreadState)(from + 1)); in transition_and_fence()
143 thread->set_thread_state(to); in transition_and_fence()
153 thread->set_thread_state(to); in transition_from_java()
160 thread->set_thread_state(_thread_in_native_trans); in transition_from_native()
174 thread->set_thread_state(to); in transition_from_native()
189 _thread->set_thread_state(_thread_in_vm_trans); in transition_back()
195 _thread->set_thread_state(_original_state); in transition_back()
213 thread->set_thread_state(_thread_in_vm); in ThreadInVMForHandshake()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DinterfaceSupport.inline.hpp118 thread->set_thread_state((JavaThreadState)(from + 1)); in transition()
123 thread->set_thread_state(to); in transition()
138 thread->set_thread_state((JavaThreadState)(from + 1)); in transition_and_fence()
143 thread->set_thread_state(to); in transition_and_fence()
153 thread->set_thread_state(to); in transition_from_java()
160 thread->set_thread_state(_thread_in_native_trans); in transition_from_native()
174 thread->set_thread_state(to); in transition_from_native()
189 _thread->set_thread_state(_thread_in_vm_trans); in transition_back()
195 _thread->set_thread_state(_original_state); in transition_back()
213 thread->set_thread_state(_thread_in_vm); in ThreadInVMForHandshake()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DinterfaceSupport.inline.hpp106 thread->set_thread_state((JavaThreadState)(from + 1)); in transition()
111 thread->set_thread_state(to); in transition()
124 thread->set_thread_state((JavaThreadState)(from + 1)); in transition_and_fence()
129 thread->set_thread_state(to); in transition_and_fence()
139 thread->set_thread_state(to); in transition_from_java()
146 thread->set_thread_state(_thread_in_native_trans); in transition_from_native()
160 thread->set_thread_state(to); in transition_from_native()
175 _thread->set_thread_state(_thread_in_vm_trans); in transition_back()
181 _thread->set_thread_state(_original_state); in transition_back()
193 thread->set_thread_state(_thread_in_vm); in ThreadInVMForHandshake()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DinterfaceSupport.inline.hpp102 thread->set_thread_state(to); in transition()
110 thread->set_thread_state(to); in transition_from_java()
125 thread->set_thread_state(to); in transition_from_native()
144 thread->set_thread_state(_thread_in_vm); in ThreadInVMForHandshake()
152 _thread->set_thread_state(_original_state); in ~ThreadInVMForHandshake()
214 _thread->set_thread_state(_thread_in_native); in ~ThreadInVMfromNative()
255 thread->set_thread_state(_thread_blocked); in ThreadBlockInVMPreprocess()
267 _thread->set_thread_state(_thread_in_vm); in ~ThreadBlockInVMPreprocess()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/detail/
H A Dset_thread_state.hpp38 inline thread_state set_thread_state(
76 detail::set_thread_state(thrd, newstate, newstate_ex, priority, in set_active_state()
83 inline thread_state set_thread_state( in set_thread_state() function
273 detail::set_thread_state(timer_id, pending, my_statex, in wake_timer_thread()
326 detail::set_thread_state(wake_id, pending, wait_abort, in at_timer()
331 detail::set_thread_state(wake_id, pending, wait_timeout, in at_timer()
355 detail::set_thread_state(thrd, newstate, newstate_ex, priority); in at_timer()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DinterfaceSupport.inline.hpp97 thread->set_thread_state(to); in transition()
105 thread->set_thread_state(to); in transition_from_java()
121 thread->set_thread_state(to); in transition_from_native()
139 thread->set_thread_state(_thread_in_vm); in ThreadInVMForHandshake()
147 _thread->set_thread_state(_original_state); in ~ThreadInVMForHandshake()
271 thread->set_thread_state(_thread_blocked); in ThreadBlockInVMWithDeadlockCheck()
282 _thread->set_thread_state(_thread_in_vm); in ~ThreadBlockInVMWithDeadlockCheck()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DinterfaceSupport.inline.hpp97 thread->set_thread_state(to); in transition()
105 thread->set_thread_state(to); in transition_from_java()
121 thread->set_thread_state(to); in transition_from_native()
140 _thread->set_thread_state(_original_state); in transition_back()
158 thread->set_thread_state(_thread_in_vm); in ThreadInVMForHandshake()
287 thread->set_thread_state(_thread_blocked); in ThreadBlockInVMWithDeadlockCheck()
298 _thread->set_thread_state(_thread_in_vm); in ~ThreadBlockInVMWithDeadlockCheck()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DinterfaceSupport.inline.hpp98 thread->set_thread_state(to); in transition()
106 thread->set_thread_state(to); in transition_from_java()
122 thread->set_thread_state(to); in transition_from_native()
141 _thread->set_thread_state(_original_state); in transition_back()
159 thread->set_thread_state(_thread_in_vm); in ThreadInVMForHandshake()
288 thread->set_thread_state(_thread_blocked); in ThreadBlockInVMWithDeadlockCheck()
299 _thread->set_thread_state(_thread_in_vm); in ~ThreadBlockInVMWithDeadlockCheck()
/dports/devel/hpx/hpx-1.2.1/tests/regressions/threads/
H A Dthread_rescheduling.cpp33 using hpx::threads::set_thread_state;
90 set_thread_state(thread, suspended); in change_thread_state()
168 set_thread_state(thread_id, pending, wait_signaled); in hpx_main()
177 set_thread_state(thread_id, pending, wait_terminate); in hpx_main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DinterfaceSupport.inline.hpp93 thread->set_thread_state(to); in transition()
103 thread->set_thread_state(to); in transition_from_java()
119 thread->set_thread_state(to); in transition_from_native()
138 _thread->set_thread_state(_original_state); in transition_back()
156 thread->set_thread_state(_thread_in_vm); in ThreadInVMForHandshake()
285 thread->set_thread_state(_thread_blocked); in ThreadBlockInVMWithDeadlockCheck()
296 _thread->set_thread_state(_thread_in_vm); in ~ThreadBlockInVMWithDeadlockCheck()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp139 thread->set_thread_state((JavaThreadState)(from + 1)); in transition()
155 thread->set_thread_state(to); in transition()
170 thread->set_thread_state((JavaThreadState)(from + 1)); in transition_and_fence()
186 thread->set_thread_state(to); in transition_and_fence()
196 thread->set_thread_state(to); in transition_from_java()
203 thread->set_thread_state(_thread_in_native_trans); in transition_from_native()
226 thread->set_thread_state(to); in transition_from_native()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp139 thread->set_thread_state((JavaThreadState)(from + 1)); in transition()
155 thread->set_thread_state(to); in transition()
170 thread->set_thread_state((JavaThreadState)(from + 1)); in transition_and_fence()
186 thread->set_thread_state(to); in transition_and_fence()
196 thread->set_thread_state(to); in transition_from_java()
203 thread->set_thread_state(_thread_in_native_trans); in transition_from_native()
226 thread->set_thread_state(to); in transition_from_native()
/dports/devel/hpx/hpx-1.2.1/tests/unit/threads/
H A Dset_thread_state.cpp34 using hpx::threads::set_thread_state;
94 set_thread_state(id, pending, wait_signaled); in change_thread_state()
97 set_thread_state(id, suspended, wait_timeout); in change_thread_state()
208 set_thread_state(thread, pending, wait_terminate); in hpx_main()
/dports/devel/hpx/hpx-1.2.1/examples/quickstart/
H A Dtimed_wake.cpp28 using hpx::threads::set_thread_state;
41 set_thread_state(get_self_id(), seconds(5), pending); in hpx_main()
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/libsrc/
H A Drouterthread.cc142 set_thread_state(S_LOCKTASKS); in driver_lock_tasks()
367 set_thread_state(S_RUNTASK); in run_tasks()
521 set_thread_state(S_PAUSED); in run_os()
526 set_thread_state(S_BLOCKED); in run_os()
532 set_thread_state(S_TIMERWAIT); in run_os()
543 set_thread_state(S_PAUSED); in run_os()
546 set_thread_state(S_BLOCKED); in run_os()
567 set_thread_state(RouterThread::S_RUNPENDING); in process_pending()
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/
H A Dthread_helpers.hpp73 HPX_API_EXPORT thread_state set_thread_state(thread_id_type const& id,
108 HPX_API_EXPORT thread_id_type set_thread_state(thread_id_type const& id,
116 inline thread_id_type set_thread_state(thread_id_type const& id, in set_thread_state() function
123 return set_thread_state(id, abs_time, nullptr, state, stateex, in set_thread_state()
154 inline thread_id_type set_thread_state(thread_id_type const& id, in set_thread_state() function
161 return set_thread_state(id, rel_time.from_now(), state, stateex, in set_thread_state()
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Drouterthread.hh87 inline void set_thread_state(int state);
487 RouterThread::set_thread_state(int state) in set_thread_state() function in RouterThread
508 set_thread_state(S_BLOCKED); in set_thread_state_for_blocking()
510 set_thread_state(delay_type ? S_TIMERWAIT : S_PAUSED); in set_thread_state_for_blocking()
/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/
H A Dthread_helpers.cpp42 thread_state set_thread_state(thread_id_type const& id, thread_state_enum state, in set_thread_state() function
48 return detail::set_thread_state(id, state, stateex, in set_thread_state()
53 thread_id_type set_thread_state(thread_id_type const& id, in set_thread_state() function
113 set_thread_state(id, pending, wait_abort, in interrupt_thread()
564 threads::thread_id_type timer_id = threads::set_thread_state(id, in suspend()
594 threads::set_thread_state(timer_id, in suspend()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A DutilitiesHelper.inline.hpp53 this->set_thread_state(_thread_in_vm); in run()
83 this->set_thread_state(_thread_in_vm); in prerun()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/
H A DthreadHelper.inline.hpp57 this->set_thread_state(_thread_in_vm); in run()
102 this->set_thread_state(_thread_in_vm); in pre_run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/
H A DthreadHelper.inline.hpp56 this->set_thread_state(_thread_in_vm); in run()
101 this->set_thread_state(_thread_in_vm); in pre_run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/
H A DthreadHelper.inline.hpp56 this->set_thread_state(_thread_in_vm); in run()
101 this->set_thread_state(_thread_in_vm); in pre_run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/
H A DthreadHelper.inline.hpp56 this->set_thread_state(_thread_in_vm); in run()
101 this->set_thread_state(_thread_in_vm); in pre_run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/utilities/
H A DutilitiesHelper.inline.hpp53 this->set_thread_state(_thread_in_vm); in run()
83 this->set_thread_state(_thread_in_vm); in prerun()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/
H A DthreadHelper.inline.hpp54 this->set_thread_state(_thread_in_vm); in run()
89 this->set_thread_state(_thread_in_vm); in prerun()

1234567891011