glibc/sysdeps/sparc/nptl
Torvald Riegel a2f0363f81 Add and use new glibc-internal futex API.
This adds new functions for futex operations, starting with wait,
abstimed_wait, reltimed_wait, wake.  They add documentation and error
checking according to the current draft of the Linux kernel futex manpage.

Waiting with absolute or relative timeouts is split into separate functions.
This allows for removing a few cases of code duplication in pthreads code,
which uses absolute timeouts; also, it allows us to put platform-specific
code to go from an absolute to a relative timeout into the platform-specific
futex abstractions..

Futex operations that can be canceled are also split out into separate
functions suffixed by "_cancelable".

There are separate versions for both Linux and NaCl; while they currently
differ only slightly, my expectation is that the separate versions of
lowlevellock-futex.h will eventually be merged into futex-internal.h
when we get to move the lll_ functions over to the new futex API.
2015-07-10 13:47:09 +02:00
..
bits Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
Makefile
pthread_barrier_destroy.c Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00
pthread_barrier_init.c Add and use new glibc-internal futex API. 2015-07-10 13:47:09 +02:00
pthread_barrier_wait.c Add and use new glibc-internal futex API. 2015-07-10 13:47:09 +02:00
sparc-nptl.h Get rid of sparc specific NPTL internaltypes.h header. 2014-07-09 22:19:09 -07:00
tcb-offsets.sym
tls.h Update copyright dates with scripts/update-copyrights. 2015-01-02 16:29:47 +00:00