glibc/sysdeps/sh/nptl
Andi Kleen 8491ed6d70 Add adaptive elision to rwlocks
This patch relies on the C version of the rwlocks posted earlier.
With C rwlocks it is very straight forward to do adaptive elision
using TSX. It is based on the infrastructure added earlier
for mutexes, but uses its own elision macros. The macros
are fairly general purpose and could be used for other
elision purposes too.

This version is much cleaner than the earlier assembler based
version, and in particular implements adaptation which makes
it safer.

I changed the behavior slightly to not require any changes
in the test suite and fully conform to all expected
behaviors (generally at the cost of not eliding in
various situations). In particular this means the timedlock
variants are not elided.  Nested trylock aborts.
2014-06-13 13:15:28 -07:00
..
bits Add adaptive elision to rwlocks 2014-06-13 13:15:28 -07:00
pthread_spin_init.c Move SH code out of nptl/ subdirectory. 2014-06-12 09:05:54 -07:00
pthread_spin_lock.c Move SH code out of nptl/ subdirectory. 2014-06-12 09:05:54 -07:00
pthread_spin_trylock.S Move SH code out of nptl/ subdirectory. 2014-06-12 09:05:54 -07:00
pthread_spin_unlock.S Move SH code out of nptl/ subdirectory. 2014-06-12 09:05:54 -07:00
pthreaddef.h Move SH code out of nptl/ subdirectory. 2014-06-12 09:05:54 -07:00
tcb-offsets.sym Move SH code out of nptl/ subdirectory. 2014-06-12 09:05:54 -07:00
tls.h Move SH code out of nptl/ subdirectory. 2014-06-12 09:05:54 -07:00