Searched defs:cmpxchg_func_t (Results 1 - 4 of 4) sorted by relevance

/openjdk9/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp744 typedef jint cmpxchg_func_t (jint, volatile jint*, jint); typedef
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dos_linux_arm.cpp690 typedef jint cmpxchg_func_t(jint, jint, volatile jint*); typedef
/openjdk9/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp222 typedef jint cmpxchg_func_t (jint, volatile jint*, jint); typedef
/openjdk9/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp909 typedef jint cmpxchg_func_t (jint, volatile jint*, jint); typedef

Completed in 64 milliseconds