Home
last modified time | relevance | path

Searched refs:MUTEX_HINT_ACQ (Results 1 – 5 of 5) sorted by relevance

/sysdeps/powerpc/powerpc64/
A Datomic-machine.h28 # define MUTEX_HINT_ACQ ",1" macro
31 # define MUTEX_HINT_ACQ macro
49 "1: lwarx %0,0,%2" MUTEX_HINT_ACQ "\n" \
70 "1: ldarx %0,0,%1" MUTEX_HINT_ACQ "\n" \
87 "1: ldarx %0,0,%1" MUTEX_HINT_ACQ "\n" \
120 "1: ldarx %0,0,%2" MUTEX_HINT_ACQ "\n" \
159 __asm __volatile ("1: ldarx %0,0,%3" MUTEX_HINT_ACQ "\n" \
/sysdeps/powerpc/powerpc32/
A Datomic-machine.h28 # define MUTEX_HINT_ACQ ",1" macro
31 # define MUTEX_HINT_ACQ macro
49 "1: lwarx %0,0,%1" MUTEX_HINT_ACQ "\n" \
/sysdeps/powerpc/nptl/
A Dpthread_spin_lock.c27 "1: lwarx %0,0,%1" MUTEX_HINT_ACQ "\n" in __pthread_spin_lock()
A Dpthread_spin_trylock.c28 asm ("1: lwarx %0,0,%2" MUTEX_HINT_ACQ "\n" in __pthread_spin_trylock()
/sysdeps/powerpc/
A Datomic-machine.h43 #ifndef MUTEX_HINT_ACQ
44 # define MUTEX_HINT_ACQ macro
57 "1: lwarx %0,0,%1" MUTEX_HINT_ACQ "\n" \
90 "1: lwarx %0,0,%2" MUTEX_HINT_ACQ "\n" \
129 __asm __volatile ("1: lwarx %0,0,%3" MUTEX_HINT_ACQ "\n" \

Completed in 5 milliseconds