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

/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.hpp36 static jlong (*atomic_cmpxchg_long_func) (jlong, volatile jlong*, jlong); variable
47 static jlong (*atomic_cmpxchg_long_func) (jlong, volatile jlong*, jlong); variable
H A Dos_windows_x86.cpp284 os::atomic_cmpxchg_long_func = func; member in class:os
331 cmpxchg_long_func_t* os::atomic_cmpxchg_long_func = os::atomic_cmpxchg_long_bootstrap; member in class:os
H A Datomic_windows_x86.inline.hpp129 return (*os::atomic_cmpxchg_long_func)(exchange_value, dest, compare_value);
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.hpp33 static jlong (*atomic_cmpxchg_long_func)(jlong, volatile jlong*, jlong); variable
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.hpp33 static jlong (*atomic_cmpxchg_long_func)(jlong, volatile jlong*, jlong); variable
H A Datomic_solaris_sparc.inline.hpp377 return (*os::atomic_cmpxchg_long_func)(exchange_value, dest, compare_value);
H A Dos_solaris_sparc.cpp766 os::atomic_cmpxchg_long_func = func; member in class:os
792 cmpxchg_long_func_t* os::atomic_cmpxchg_long_func = os::atomic_cmpxchg_long_bootstrap; member in class:os
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.hpp36 static jlong (*atomic_cmpxchg_long_func)(jlong, volatile jlong*, jlong); variable
H A Dos_solaris_x86.cpp904 os::atomic_cmpxchg_long_func = func; member in class:os
930 cmpxchg_long_func_t* os::atomic_cmpxchg_long_func = os::atomic_cmpxchg_long_bootstrap; member in class:os

Completed in 42 milliseconds