glibc/sysdeps/unix/sysv/linux/i386/i686
Andi Kleen b7aa8caace Remove x86 assembler rwlock code
With the recent tuning the C version of rwlocks is basically the same
performance as the x86 assembler version for uncontended locks (with a
a few cycles near the run-to-run variability). For others it should not
matter anyways.

So remove the assembler code and use the C version like other
architectures.
2014-06-13 13:16:06 -07:00
..
dl-sysdep.h
libc-lowlevellock.S
lowlevellock.S
lowlevelrobustlock.S
pthread_barrier_wait.S
pthread_cond_broadcast.S
pthread_cond_signal.S
pthread_cond_timedwait.S
pthread_cond_wait.S
sem_post.S
sem_timedwait.S
sem_trywait.S
sem_wait.S
sysconf.c