Home
last modified time | relevance | path

Searched refs:osthread (Results 1 – 25 of 460) sorted by relevance

12345678910>>...19

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DosThread.hpp111 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
112 _osthread = osthread; in OSThreadWaitState()
113 _old_state = osthread->get_state(); in OSThreadWaitState()
115 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
117 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
131 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
132 _osthread = osthread; in OSThreadContendState()
133 _old_state = osthread->get_state(); in OSThreadContendState()
134 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DosThread.hpp113 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
114 _osthread = osthread; in OSThreadWaitState()
115 _old_state = osthread->get_state(); in OSThreadWaitState()
117 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
119 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
133 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
134 _osthread = osthread; in OSThreadContendState()
135 _old_state = osthread->get_state(); in OSThreadContendState()
136 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DosThread.hpp111 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
112 _osthread = osthread; in OSThreadWaitState()
113 _old_state = osthread->get_state(); in OSThreadWaitState()
115 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
117 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
131 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
132 _osthread = osthread; in OSThreadContendState()
133 _old_state = osthread->get_state(); in OSThreadContendState()
134 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DosThread.hpp111 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
112 _osthread = osthread; in OSThreadWaitState()
113 _old_state = osthread->get_state(); in OSThreadWaitState()
115 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
117 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
131 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
132 _osthread = osthread; in OSThreadContendState()
133 _old_state = osthread->get_state(); in OSThreadContendState()
134 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DosThread.hpp118 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
119 _osthread = osthread; in OSThreadWaitState()
120 _old_state = osthread->get_state(); in OSThreadWaitState()
122 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
124 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
138 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
139 _osthread = osthread; in OSThreadContendState()
140 _old_state = osthread->get_state(); in OSThreadContendState()
141 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DosThread.hpp120 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
121 _osthread = osthread; in OSThreadWaitState()
122 _old_state = osthread->get_state(); in OSThreadWaitState()
124 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
126 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
140 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
141 _osthread = osthread; in OSThreadContendState()
142 _old_state = osthread->get_state(); in OSThreadContendState()
143 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DosThread.hpp118 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
119 _osthread = osthread; in OSThreadWaitState()
120 _old_state = osthread->get_state(); in OSThreadWaitState()
122 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
124 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
138 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
139 _osthread = osthread; in OSThreadContendState()
140 _old_state = osthread->get_state(); in OSThreadContendState()
141 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DosThread.hpp118 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
119 _osthread = osthread; in OSThreadWaitState()
120 _old_state = osthread->get_state(); in OSThreadWaitState()
122 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
124 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
138 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
139 _osthread = osthread; in OSThreadContendState()
140 _old_state = osthread->get_state(); in OSThreadContendState()
141 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DosThread.hpp136 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
137 _osthread = osthread; in OSThreadWaitState()
138 _old_state = osthread->get_state(); in OSThreadWaitState()
140 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
142 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
156 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
157 _osthread = osthread; in OSThreadContendState()
158 _old_state = osthread->get_state(); in OSThreadContendState()
159 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DosThread.hpp136 OSThreadWaitState(OSThread* osthread, bool is_object_wait) { in OSThreadWaitState() argument
137 _osthread = osthread; in OSThreadWaitState()
138 _old_state = osthread->get_state(); in OSThreadWaitState()
140 osthread->set_state(OBJECT_WAIT); in OSThreadWaitState()
142 osthread->set_state(CONDVAR_WAIT); in OSThreadWaitState()
156 OSThreadContendState(OSThread* osthread) { in OSThreadContendState() argument
157 _osthread = osthread; in OSThreadContendState()
158 _old_state = osthread->get_state(); in OSThreadContendState()
159 osthread->set_state(MONITOR_WAIT); in OSThreadContendState()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/posix/
H A Dsignals_posix.cpp1139 OSThread* osthread = thread->osthread(); in signal_thread() local
1140 if (osthread) { in signal_thread()
1484 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
1533 osthread->set_ucontext(NULL); in resume_clear_context()
1534 osthread->set_siginfo(NULL); in resume_clear_context()
1538 osthread->set_ucontext(context); in suspend_save_context()
1539 osthread->set_siginfo(siginfo); in suspend_save_context()
1578 OSThread* osthread = thread->osthread(); in SR_handler() local
1617 resume_clear_context(osthread); in SR_handler()
1686 if (sr_notify(osthread) != 0) { in do_suspend()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/posix/
H A Dsignals_posix.cpp1162 OSThread* osthread = thread->osthread(); in signal_thread() local
1163 if (osthread) { in signal_thread()
1511 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
1556 osthread->set_ucontext(NULL); in resume_clear_context()
1557 osthread->set_siginfo(NULL); in resume_clear_context()
1561 osthread->set_ucontext(context); in suspend_save_context()
1562 osthread->set_siginfo(siginfo); in suspend_save_context()
1601 OSThread* osthread = thread->osthread(); in SR_handler() local
1640 resume_clear_context(osthread); in SR_handler()
1711 if (sr_notify(osthread) != 0) { in do_suspend()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp678 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
737 OSThread* osthread = thread->osthread(); in thread_native_entry() local
796 if (osthread == NULL) { in create_thread()
843 delete osthread; in create_thread()
864 delete osthread; in create_thread()
891 if (osthread == NULL) { in create_attached_thread()
924 OSThread * osthread = thread->osthread(); in pd_start_thread() local
937 assert(Thread::current()->osthread() == osthread, in free_thread()
944 delete osthread; in free_thread()
2510 osthread->set_siginfo(NULL); in resume_clear_context()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/bsd/
H A Dos_bsd.cpp649 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
708 OSThread* osthread = thread->osthread(); in thread_native_entry() local
767 if (osthread == NULL) { in create_thread()
809 delete osthread; in create_thread()
830 delete osthread; in create_thread()
857 if (osthread == NULL) { in create_attached_thread()
890 OSThread * osthread = thread->osthread(); in pd_start_thread() local
903 assert(Thread::current()->osthread() == osthread, in free_thread()
910 delete osthread; in free_thread()
2609 osthread->set_siginfo(NULL); in resume_clear_context()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp711 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
772 OSThread* osthread = thread->osthread(); in java_start() local
899 delete osthread; in create_thread()
920 delete osthread; in create_thread()
982 OSThread * osthread = thread->osthread(); in pd_start_thread() local
993 if (Thread::current()->osthread() == osthread) { in free_thread()
999 delete osthread; in free_thread()
3130 OSThread* osthread = thread->osthread(); in SR_handler() local
3301 OSThread* osthread = thread->osthread(); in interrupt() local
3326 OSThread* osthread = thread->osthread(); in is_interrupted() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp711 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
772 OSThread* osthread = thread->osthread(); in java_start() local
899 delete osthread; in create_thread()
920 delete osthread; in create_thread()
982 OSThread * osthread = thread->osthread(); in pd_start_thread() local
993 if (Thread::current()->osthread() == osthread) { in free_thread()
999 delete osthread; in free_thread()
3130 OSThread* osthread = thread->osthread(); in SR_handler() local
3301 OSThread* osthread = thread->osthread(); in interrupt() local
3326 OSThread* osthread = thread->osthread(); in is_interrupted() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp678 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
737 OSThread* osthread = thread->osthread(); in thread_native_entry() local
796 if (osthread == NULL) { in create_thread()
843 delete osthread; in create_thread()
864 delete osthread; in create_thread()
891 if (osthread == NULL) { in create_attached_thread()
924 OSThread * osthread = thread->osthread(); in pd_start_thread() local
937 assert(Thread::current()->osthread() == osthread, in free_thread()
944 delete osthread; in free_thread()
2769 osthread->set_siginfo(NULL); in resume_clear_context()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp667 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
726 OSThread* osthread = thread->osthread(); in thread_native_entry() local
785 if (osthread == NULL) { in create_thread()
832 delete osthread; in create_thread()
853 delete osthread; in create_thread()
880 if (osthread == NULL) { in create_attached_thread()
913 OSThread * osthread = thread->osthread(); in pd_start_thread() local
926 assert(Thread::current()->osthread() == osthread, in free_thread()
933 delete osthread; in free_thread()
2526 osthread->set_siginfo(NULL); in resume_clear_context()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp678 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
737 OSThread* osthread = thread->osthread(); in thread_native_entry() local
796 if (osthread == NULL) { in create_thread()
843 delete osthread; in create_thread()
864 delete osthread; in create_thread()
891 if (osthread == NULL) { in create_attached_thread()
924 OSThread * osthread = thread->osthread(); in pd_start_thread() local
937 assert(Thread::current()->osthread() == osthread, in free_thread()
944 delete osthread; in free_thread()
2769 osthread->set_siginfo(NULL); in resume_clear_context()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp672 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
718 OSThread* osthread = thread->osthread(); in thread_native_entry() local
777 if (osthread == NULL) { in create_thread()
824 delete osthread; in create_thread()
845 delete osthread; in create_thread()
872 if (osthread == NULL) { in create_attached_thread()
905 OSThread * osthread = thread->osthread(); in pd_start_thread() local
918 assert(Thread::current()->osthread() == osthread, in free_thread()
925 delete osthread; in free_thread()
2539 osthread->set_siginfo(NULL); in resume_clear_context()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dos_aix.cpp696 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
873 OSThread* osthread = thread->osthread(); in java_start() local
901 if (osthread == NULL) { in create_thread()
970 delete osthread; in create_thread()
997 if (osthread == NULL) { in create_attached_thread()
1039 if (Thread::current()->osthread() == osthread) { in free_thread()
1045 delete osthread; in free_thread()
3073 OSThread* osthread = thread->osthread(); in SR_handler() local
3254 OSThread* osthread = thread->osthread(); in interrupt() local
3279 OSThread* osthread = thread->osthread(); in is_interrupted() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os/aix/vm/
H A Dos_aix.cpp696 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
873 OSThread* osthread = thread->osthread(); in java_start() local
901 if (osthread == NULL) { in create_thread()
970 delete osthread; in create_thread()
997 if (osthread == NULL) { in create_attached_thread()
1039 if (Thread::current()->osthread() == osthread) { in free_thread()
1045 delete osthread; in free_thread()
3073 OSThread* osthread = thread->osthread(); in SR_handler() local
3254 OSThread* osthread = thread->osthread(); in interrupt() local
3279 OSThread* osthread = thread->osthread(); in is_interrupted() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/aix/
H A Dos_aix.cpp682 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
808 OSThread* osthread = thread->osthread(); in thread_native_entry() local
844 if (osthread == NULL) { in create_thread()
891 delete osthread; in create_thread()
927 delete osthread; in create_thread()
932 osthread->set_thread_id(tid); in create_thread()
954 if (osthread == NULL) { in create_attached_thread()
1003 assert(Thread::current()->osthread() == osthread, in free_thread()
1010 delete osthread; in free_thread()
2740 osthread->set_siginfo(NULL); in resume_clear_context()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/aix/
H A Dos_aix.cpp694 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
820 OSThread* osthread = thread->osthread(); in thread_native_entry() local
856 if (osthread == NULL) { in create_thread()
903 delete osthread; in create_thread()
939 delete osthread; in create_thread()
944 osthread->set_thread_id(tid); in create_thread()
966 if (osthread == NULL) { in create_attached_thread()
1015 assert(Thread::current()->osthread() == osthread, in free_thread()
1022 delete osthread; in free_thread()
2732 osthread->set_siginfo(NULL); in resume_clear_context()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/aix/
H A Dos_aix.cpp682 OSThread* osthread = thread->osthread(); in hotspot_sigmask() local
808 OSThread* osthread = thread->osthread(); in thread_native_entry() local
844 if (osthread == NULL) { in create_thread()
891 delete osthread; in create_thread()
927 delete osthread; in create_thread()
932 osthread->set_thread_id(tid); in create_thread()
954 if (osthread == NULL) { in create_attached_thread()
1003 assert(Thread::current()->osthread() == osthread, in free_thread()
1010 delete osthread; in free_thread()
2740 osthread->set_siginfo(NULL); in resume_clear_context()
[all …]

12345678910>>...19