track all live threads in an AS-safe, fully-consistent linked list
[musl] / src / thread / pthread_detach.c
2019-02-16 Rich Felkertrack all live threads in an AS-safe, fully-consistent...
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-05-06 Rich Felkerimprove joinable/detached thread state handling
2018-01-09 Jens Gustedtconsistently use the LOCK an UNLOCK macros
2018-01-09 Jens Gustedtnew lock algorithm with state and congestion count...
2017-10-14 Rich Felkerfix read-after-free type error in pthread_detach
2014-09-07 Rich Felkeradd C11 thread creation and related thread functions
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
2012-07-12 Rich Felkerfix several locks that weren't updated right for new...
2012-07-12 Rich Felkerfix potential race condition in detached threads
2011-09-16 Rich Felkerfix more instances of old a_xchg (use new a_swap name)
2011-02-12 Rich Felkerinitial check-in, version 0.5.0