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

/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.hpp32 static jint (*atomic_cmpxchg_func) (jint, volatile jint*, jint); variable
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.hpp32 static jint (*atomic_cmpxchg_func) (jint, volatile jint*, jint); variable
H A Datomic_solaris_sparc.inline.hpp373 return (*os::atomic_cmpxchg_func)(exchange_value, dest, compare_value);
H A Dos_solaris_sparc.cpp750 os::atomic_cmpxchg_func = func; member in class:os
791 cmpxchg_func_t* os::atomic_cmpxchg_func = os::atomic_cmpxchg_bootstrap; member in class:os
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.hpp35 static jint (*atomic_cmpxchg_func) (jint, volatile jint*, jint); variable
H A Dos_solaris_x86.cpp888 os::atomic_cmpxchg_func = func; member in class:os
929 cmpxchg_func_t* os::atomic_cmpxchg_func = os::atomic_cmpxchg_bootstrap; member in class:os
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.hpp35 static jint (*atomic_cmpxchg_func) (jint, volatile jint*, jint); variable
H A Dos_windows_x86.cpp267 os::atomic_cmpxchg_func = func; member in class:os
325 cmpxchg_func_t* os::atomic_cmpxchg_func = os::atomic_cmpxchg_bootstrap; member in class:os
H A Datomic_windows_x86.inline.hpp125 return (*os::atomic_cmpxchg_func)(exchange_value, dest, compare_value);

Completed in 2999 milliseconds