Searched defs:atomic_xchg_func (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.hpp31 static jint (*atomic_xchg_func) (jint, volatile jint*); variable
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.hpp31 static jint (*atomic_xchg_func) (jint, volatile jint*); variable
H A Dos_solaris_sparc.cpp735 os::atomic_xchg_func = func; member in class:os
790 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap; member in class:os
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.hpp34 static jint (*atomic_xchg_func) (jint, volatile jint*); variable
H A Dos_solaris_x86.cpp873 os::atomic_xchg_func = func; member in class:os
928 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap; member in class:os
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.hpp32 static jint (*atomic_xchg_func) (jint, volatile jint*); variable
H A Dos_windows_x86.cpp236 os::atomic_xchg_func = func; member in class:os
323 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap; member in class:os

Completed in 1104 milliseconds