summaryrefslogtreecommitdiff
path: root/src/thread/pthread_detach.c
AgeCommit message (Expand)AuthorLines
2018-05-05improve joinable/detached thread state handlingRich Felker-4/+3
2018-01-09consistently use the LOCK an UNLOCK macrosJens Gustedt-1/+1
2018-01-09new lock algorithm with state and congestion count in one atomic intJens Gustedt-3/+2
2017-10-13fix read-after-free type error in pthread_detachRich Felker-1/+2
2014-09-07add C11 thread creation and related thread functionsRich Felker-1/+3
2014-09-06use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt-2/+6
2012-07-12fix several locks that weren't updated right for new futex-based __lockRich Felker-2/+2
2012-07-11fix potential race condition in detached threadsRich Felker-2/+2
2011-09-16fix more instances of old a_xchg (use new a_swap name)Rich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+11