Searched defs:_Atomic_cmpxchg_long (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s40 .globl _Atomic_cmpxchg_long
639 .type _Atomic_cmpxchg_long,@function
640 _Atomic_cmpxchg_long: label
/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

Completed in 28 milliseconds