Home
last modified time | relevance | path

Searched refs:atomic_read_barrier (Results 1 – 7 of 7) sorted by relevance

/sysdeps/generic/
A Dmalloc-machine.h29 #ifndef atomic_read_barrier
30 # define atomic_read_barrier() atomic_full_barrier () macro
/sysdeps/mach/hurd/htl/
A Dpt-mutex-destroy.c29 atomic_read_barrier (); in __pthread_mutex_destroy()
/sysdeps/powerpc/powerpc32/
A Datomic-machine.h103 # define atomic_read_barrier() __asm ("lwsync" ::: "memory") macro
115 # define atomic_read_barrier() __asm ("sync" ::: "memory") macro
/sysdeps/sparc/
A Datomic-machine.h59 # define atomic_read_barrier() \ macro
/sysdeps/powerpc/powerpc64/
A Datomic-machine.h228 #define atomic_read_barrier() __asm ("lwsync" ::: "memory") macro
/sysdeps/alpha/
A Datomic-machine.h338 #define atomic_read_barrier() __asm ("mb" : : : "memory"); macro
/sysdeps/x86/
A Datomic-machine.h538 #define atomic_read_barrier() __asm ("" ::: "memory") macro

Completed in 7 milliseconds