Home
last modified time | relevance | path

Searched defs:exchange_value (Results 1 – 25 of 241) sorted by relevance

12345678910

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/solaris_sparc/vm/
H A Datomic_solaris_sparc.inline.hpp141 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
151 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
176 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
181 inline jint Atomic::cmpxchg (jint exchange_value, volatile jint* dest, jint comp… in cmpxchg()
191 inline jlong Atomic::cmpxchg (jlong exchange_value, volatile jlong* dest, jlong comp… in cmpxchg()
283 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
287 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
295 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
345 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
349 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/solaris_sparc/vm/
H A Datomic_solaris_sparc.inline.hpp141 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
151 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
176 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
181 inline jint Atomic::cmpxchg (jint exchange_value, volatile jint* dest, jint comp… in cmpxchg()
191 inline jlong Atomic::cmpxchg (jlong exchange_value, volatile jlong* dest, jlong comp… in cmpxchg()
283 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
287 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
295 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
345 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
349 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/solaris_x86/vm/
H A Datomic_solaris_x86.inline.hpp82 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
86 inline jint Atomic::cmpxchg (jint exchange_value, volatile jint* dest, jint comp… in cmpxchg()
90 inline jlong Atomic::cmpxchg (jlong exchange_value, volatile jlong* dest, jlong comp… in cmpxchg()
109 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
113 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
117 inline intptr_t Atomic::cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t comp… in cmpxchg_ptr()
137 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
141 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
195 inline jlong _Atomic_xchg_long(jlong exchange_value, volatile jlong* dest) { in _Atomic_xchg_long()
205 inline jint _Atomic_xchg(jint exchange_value, volatile jint* dest) { in _Atomic_xchg()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/solaris_x86/vm/
H A Datomic_solaris_x86.inline.hpp82 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
86 inline jint Atomic::cmpxchg (jint exchange_value, volatile jint* dest, jint comp… in cmpxchg()
90 inline jlong Atomic::cmpxchg (jlong exchange_value, volatile jlong* dest, jlong comp… in cmpxchg()
109 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
113 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
117 inline intptr_t Atomic::cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t comp… in cmpxchg_ptr()
137 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
141 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
195 inline jlong _Atomic_xchg_long(jlong exchange_value, volatile jlong* dest) { in _Atomic_xchg_long()
205 inline jint _Atomic_xchg(jint exchange_value, volatile jint* dest) { in _Atomic_xchg()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/solaris_x86/
H A Datomic_solaris_x86.hpp77 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
90 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, in operator ()()
107 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
120 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
133 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/solaris_x86/
H A Datomic_solaris_x86.hpp77 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
90 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, in operator ()()
107 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
120 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
133 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/solaris_x86/
H A Datomic_solaris_x86.hpp77 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
90 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, in operator ()()
107 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
120 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
133 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os_cpu/solaris_x86/
H A Datomic_solaris_x86.hpp77 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
90 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, in operator ()()
107 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
120 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
133 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os_cpu/solaris_x86/
H A Datomic_solaris_x86.hpp78 T exchange_value, in operator ()()
91 T exchange_value, in operator ()()
109 T exchange_value, in operator ()()
122 T exchange_value, in operator ()()
135 T exchange_value, in operator ()()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/linux_arm/
H A Datomic_linux_arm.hpp89 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
104 inline int32_t reorder_cmpxchg_func(int32_t exchange_value, in reorder_cmpxchg_func()
111 inline int64_t reorder_cmpxchg_long_func(int64_t exchange_value, in reorder_cmpxchg_long_func()
122 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
132 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os_cpu/linux_arm/
H A Datomic_linux_arm.hpp93 T exchange_value, in operator ()()
107 inline int32_t reorder_cmpxchg_func(int32_t exchange_value, in reorder_cmpxchg_func()
114 inline int64_t reorder_cmpxchg_long_func(int64_t exchange_value, in reorder_cmpxchg_long_func()
127 T exchange_value, in operator ()()
137 T exchange_value, in operator ()()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os_cpu/linux_arm/
H A Datomic_linux_arm.hpp93 T exchange_value, in operator ()()
107 inline int32_t reorder_cmpxchg_func(int32_t exchange_value, in reorder_cmpxchg_func()
114 inline int64_t reorder_cmpxchg_long_func(int64_t exchange_value, in reorder_cmpxchg_long_func()
127 T exchange_value, in operator ()()
137 T exchange_value, in operator ()()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os_cpu/linux_arm/
H A Datomic_linux_arm.hpp89 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
104 inline int32_t reorder_cmpxchg_func(int32_t exchange_value, in reorder_cmpxchg_func()
111 inline int64_t reorder_cmpxchg_long_func(int64_t exchange_value, in reorder_cmpxchg_long_func()
122 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
132 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os_cpu/linux_arm/
H A Datomic_linux_arm.hpp93 T exchange_value, in operator ()()
107 inline int32_t reorder_cmpxchg_func(int32_t exchange_value, in reorder_cmpxchg_func()
114 inline int64_t reorder_cmpxchg_long_func(int64_t exchange_value, in reorder_cmpxchg_long_func()
127 T exchange_value, in operator ()()
137 T exchange_value, in operator ()()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os_cpu/linux_arm/
H A Datomic_linux_arm.hpp90 T exchange_value, in operator ()()
104 inline int32_t reorder_cmpxchg_func(int32_t exchange_value, in reorder_cmpxchg_func()
111 inline int64_t reorder_cmpxchg_long_func(int64_t exchange_value, in reorder_cmpxchg_long_func()
124 T exchange_value, in operator ()()
134 T exchange_value, in operator ()()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/linux_x86/
H A Datomic_linux_x86.hpp54 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
67 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
81 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
111 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, T volatile* dest, in operator ()()
123 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
145 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/bsd_x86/
H A Datomic_bsd_x86.hpp54 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
67 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
81 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
110 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, in operator ()()
123 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
145 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/bsd_x86/
H A Datomic_bsd_x86.hpp54 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
67 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
81 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
110 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, in operator ()()
123 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
145 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/bsd_x86/
H A Datomic_bsd_x86.hpp54 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
67 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
81 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
110 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, in operator ()()
123 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
145 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os_cpu/linux_x86/
H A Datomic_linux_x86.hpp54 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
67 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
81 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
111 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, T volatile* dest, in operator ()()
123 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
145 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os_cpu/linux_x86/
H A Datomic_linux_x86.hpp54 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
67 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
81 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
111 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, T volatile* dest, in operator ()()
123 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
145 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os_cpu/linux_x86/
H A Datomic_linux_x86.hpp54 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
67 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
81 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
111 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, T volatile* dest, in operator ()()
123 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
145 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os_cpu/bsd_x86/
H A Datomic_bsd_x86.hpp54 inline T Atomic::PlatformXchg<4>::operator()(T exchange_value, in operator ()()
67 inline T Atomic::PlatformCmpxchg<1>::operator()(T exchange_value, in operator ()()
81 inline T Atomic::PlatformCmpxchg<4>::operator()(T exchange_value, in operator ()()
110 inline T Atomic::PlatformXchg<8>::operator()(T exchange_value, in operator ()()
123 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
145 inline T Atomic::PlatformCmpxchg<8>::operator()(T exchange_value, in operator ()()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/windows_x86/vm/
H A Datomic_windows_x86.inline.hpp111 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
115 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
119 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
123 inline jint Atomic::cmpxchg (jint exchange_value, volatile jint* dest, jint comp… in cmpxchg()
127 inline jlong Atomic::cmpxchg (jlong exchange_value, volatile jlong* dest, jlong comp… in cmpxchg()
131 inline intptr_t Atomic::cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t comp… in cmpxchg_ptr()
135 inline void* Atomic::cmpxchg_ptr(void* exchange_value, volatile void* dest, void* comp… in cmpxchg_ptr()
199 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
208 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
212 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/os_cpu/windows_x86/vm/
H A Datomic_windows_x86.inline.hpp111 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
115 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
119 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
123 inline jint Atomic::cmpxchg (jint exchange_value, volatile jint* dest, jint comp… in cmpxchg()
127 inline jlong Atomic::cmpxchg (jlong exchange_value, volatile jlong* dest, jlong comp… in cmpxchg()
131 inline intptr_t Atomic::cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t comp… in cmpxchg_ptr()
135 inline void* Atomic::cmpxchg_ptr(void* exchange_value, volatile void* dest, void* comp… in cmpxchg_ptr()
199 inline jint Atomic::xchg (jint exchange_value, volatile jint* dest) { in xchg()
208 inline intptr_t Atomic::xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) { in xchg_ptr()
212 inline void* Atomic::xchg_ptr(void* exchange_value, volatile void* dest) { in xchg_ptr()
[all …]

12345678910