Searched refs:MUTEX_HINT_ACQ (Results 1 – 5 of 5) sorted by relevance
/sysdeps/powerpc/powerpc64/ |
A D | atomic-machine.h | 28 # 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 D | atomic-machine.h | 28 # 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 D | pthread_spin_lock.c | 27 "1: lwarx %0,0,%1" MUTEX_HINT_ACQ "\n" in __pthread_spin_lock()
|
A D | pthread_spin_trylock.c | 28 asm ("1: lwarx %0,0,%2" MUTEX_HINT_ACQ "\n" in __pthread_spin_trylock()
|
/sysdeps/powerpc/ |
A D | atomic-machine.h | 43 #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 7 milliseconds