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

/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Datomic_solaris_x86.inline.hpp100 extern "C" jlong _Atomic_xchg_long(jlong exchange_value, volatile jlong* dest);
111 return (intptr_t)_Atomic_xchg_long((jlong)exchange_value, (volatile jlong*)dest);
115 return (void*)_Atomic_xchg_long((jlong)exchange_value, (volatile jlong*)dest);
196 inline jlong _Atomic_xchg_long(jlong exchange_value, volatile jlong* dest) { function

Completed in 29 milliseconds