glibc/sysdeps/sparc/nptl
Torvald Riegel b02840bacd New pthread_barrier algorithm to fulfill barrier destruction requirements.
The previous barrier implementation did not fulfill the POSIX requirements
for when a barrier can be destroyed.  Specifically, it was possible that
threads that haven't noticed yet that their round is complete still access
the barrier's memory, and that those accesses can happen after the barrier
has been legally destroyed.
The new algorithm does not have this issue, and it avoids using a lock
internally.
2016-01-15 21:20:34 +01:00
..
bits Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00
Makefile Move SPARC code out of nptl/sysdeps/sparc/. 2014-06-12 14:33:59 -07:00
sparc-nptl.h Get rid of sparc specific NPTL internaltypes.h header. 2014-07-09 22:19:09 -07:00
tcb-offsets.sym Move SPARC code out of nptl/sysdeps/sparc/. 2014-06-12 14:33:59 -07:00
tls.h Update copyright dates with scripts/update-copyrights. 2016-01-04 16:05:18 +00:00