Searched defs:atomic_xchg_bootstrap (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp730 jint os::atomic_xchg_bootstrap(jint exchange_value, volatile jint* dest) { function in class:os
790 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap;
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp868 jint os::atomic_xchg_bootstrap(jint exchange_value, volatile jint* dest) { function in class:os
928 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap;
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp231 jint os::atomic_xchg_bootstrap(jint exchange_value, volatile jint* dest) { function in class:os
323 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap;

Completed in 1442 milliseconds