Searched refs:xchg_func_t (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp222 typedef jint xchg_func_t (jint, volatile jint*); typedef
233 xchg_func_t* func = CAST_TO_FN_PTR(xchg_func_t*, StubRoutines::atomic_xchg_entry());
323 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap;
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp725 typedef jint xchg_func_t (jint, volatile jint*); typedef
732 xchg_func_t* func = CAST_TO_FN_PTR(xchg_func_t*, StubRoutines::atomic_xchg_entry());
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.cpp863 typedef jint xchg_func_t (jint, volatile jint*); typedef
870 xchg_func_t* func = CAST_TO_FN_PTR(xchg_func_t*, StubRoutines::atomic_xchg_entry());
928 xchg_func_t* os::atomic_xchg_func = os::atomic_xchg_bootstrap;

Completed in 36 milliseconds