Searched refs:_Atomic_cmpxchg_long (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Datomic_solaris_x86.inline.hpp75 jlong _Atomic_cmpxchg_long(jlong exchange_value, volatile jlong* dest,
92 return _Atomic_cmpxchg_long(exchange_value, dest, compare_value IS_MP_ARG());
119 return (intptr_t)_Atomic_cmpxchg_long((jlong)exchange_value, (volatile jlong*)dest, (jlong)compare_value);
123 return (void*)_Atomic_cmpxchg_long((jlong)exchange_value, (volatile jlong*)dest, (jlong)compare_value);
225 inline jlong _Atomic_cmpxchg_long(jlong exchange_value, volatile jlong* dest, jlong compare_value, int mp) { function
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Datomic_bsd_x86.inline.hpp189 jlong _Atomic_cmpxchg_long(jlong, volatile jlong*, jlong, bool);
194 return _Atomic_cmpxchg_long(exchange_value, dest, compare_value, os::is_MP());
H A Dbsd_x86_32.s51 .globl SYMBOL(_Atomic_cmpxchg_long)
660 ELF_TYPE(_Atomic_cmpxchg_long,@function)
661 SYMBOL(_Atomic_cmpxchg_long):
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Datomic_linux_x86.inline.hpp189 jlong _Atomic_cmpxchg_long(jlong, volatile jlong*, jlong, bool);
194 return _Atomic_cmpxchg_long(exchange_value, dest, compare_value, os::is_MP());
H A Dlinux_x86_32.s40 .globl _Atomic_cmpxchg_long
639 .type _Atomic_cmpxchg_long,@function
640 _Atomic_cmpxchg_long: label

Completed in 37 milliseconds