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

/openjdk9/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.hpp36 static jint atomic_xchg_bootstrap (jint, volatile jint*);
/openjdk9/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.hpp39 static jint atomic_xchg_bootstrap (jint, volatile jint*);
H A Dos_solaris_x86.cpp913 jint os::atomic_xchg_bootstrap(jint exchange_value, volatile jint* dest) { function in class:os
973 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap;
/openjdk9/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.hpp36 static jint atomic_xchg_bootstrap (jint, volatile jint*);
H A Dos_solaris_sparc.cpp748 jint os::atomic_xchg_bootstrap(jint exchange_value, volatile jint* dest) { function in class:os
808 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap;
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dos_linux_arm.hpp72 static jint atomic_xchg_bootstrap(jint exchange_value, volatile jint *dest);
H A Dos_linux_arm.cpp675 atomic_xchg_func_t * os::atomic_xchg_func = os::atomic_xchg_bootstrap;
677 jint os::atomic_xchg_bootstrap(jint exchange_value, volatile jint *dest) { function in class:os
/openjdk9/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.hpp42 static jint atomic_xchg_bootstrap (jint, volatile jint*);
H A Dos_windows_x86.cpp230 jint os::atomic_xchg_bootstrap(jint exchange_value, volatile jint* dest) { function in class:os
339 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap;

Completed in 169 milliseconds