glibc/sysdeps/unix/sysv/linux/alpha/bits
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
..
a.out.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
dirent.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
elfclass.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
epoll.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
errno.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
eventfd.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
fcntl.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
inotify.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
ioctls.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
ipc.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
local_lim.h alpha: Move remaining files out of sysdeps/unix/sysv/linux/alpha/nptl/ 2014-05-23 11:20:48 -07:00
mman.h Combine __USE_BSD and __USE_SVID into __USE_MISC. 2014-02-12 23:41:01 +00:00
msq.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
netdb.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
pthreadtypes.h Add adaptive elision to rwlocks 2014-06-13 13:15:28 -07:00
resource.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
sem.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
semaphore.h alpha: Move remaining files out of sysdeps/unix/sysv/linux/alpha/nptl/ 2014-05-23 11:20:48 -07:00
shm.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
sigaction.h alpha: fix sa_flags type (BZ 16967) 2014-05-20 07:17:27 -07:00
signalfd.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
signum.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
sigstack.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
socket_type.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
stat.h Complete _BSD_SOURCE / _SVID_source followup cleanup. 2014-02-21 21:45:26 +00:00
statfs.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
termios.h Combine __USE_BSD and __USE_SVID into __USE_MISC. 2014-02-12 23:41:01 +00:00
timerfd.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
typesizes.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00
wordsize.h Relocate alpha from ports to libc 2014-02-12 07:00:06 -08:00