process-shared barrier support, based on discussion with bdonlan
[musl] / src / internal / pthread_impl.h
2011-09-27 Rich Felkerprocess-shared barrier support, based on discussion...
2011-09-26 Rich Felkerfix lost signals in cond vars
2011-09-26 Rich Felkerredo cond vars again, use sequence numbers
2011-09-25 Rich Felkernew futex-requeue-based pthread_cond_broadcast implemen...
2011-09-23 Rich Felkerfix deadlock in condition wait whenever there are multi...
2011-09-18 Rich Felkeroverhaul clone syscall wrapping
2011-08-12 Rich Felkerpthread and synccall cleanup, new __synccall_wait op
2011-08-03 Rich Felkeroverhaul rwlocks to address several issues
2011-08-03 Rich Felkerunify and overhaul timed futex waits
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-07-30 Rich Felkernew attempt at making set*id() safe and robust
2011-06-14 Rich Felkerfix race condition in pthread_kill
2011-06-14 Rich Felkerfix sigset macro for 64-bit systems (<< was overflowing...
2011-05-30 Rich Felkerimplement uselocale function (minimal)
2011-05-08 Rich Felkeroptimize compound-literal sigset_t's not to contain...
2011-05-08 Rich Felkeroverhaul implementation-internal signal protections
2011-05-07 Rich Felkercompletely new barrier implementation, addressing major...
2011-04-17 Rich Felkeroverhaul pthread cancellation
2011-04-14 Rich Felkeruse a separate signal from SIGCANCEL for SIGEV_THREAD...
2011-04-09 Rich Felkergreatly improve SIGEV_THREAD timers
2011-04-07 Rich Felkermove rsyscall out of pthread_create module
2011-03-30 Rich Felkeroptimize timer creation and possibly protect against...
2011-03-29 Rich Felkermajor improvements to cancellation handling
2011-03-29 Rich Felkersome preliminaries for adding POSIX timers
2011-03-29 Rich Felkerremove useless field in pthread struct (wasted a good...
2011-03-18 Rich Felkerimplement robust mutexes
2011-03-17 Rich Felkerreorder mutex struct fields to make room for pointers...
2011-03-17 Rich Felkerunify lock and owner fields of mutex structure
2011-03-10 Rich Felkeroptimize pthread termination in the non-detached case
2011-03-08 Rich Felkerfix and optimize non-default-type mutex behavior
2011-03-07 Rich Felkeruse the selected clock from the condattr for pthread_co...
2011-02-17 Rich Felkerreorganize pthread data structures and move the definit...
2011-02-15 Rich Felkerfinish unifying thread register handling in preparation...
2011-02-15 Rich Felkerbegin unifying clone/thread management interface in...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0