about summary refs log tree commit diff
path: root/src/thread/pthread_detach.c
Commit message (Expand)AuthorAgeFilesLines
* track all live threads in an AS-safe, fully-consistent linked listRich Felker2019-02-151-1/+1
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+0
* improve joinable/detached thread state handlingRich Felker2018-05-051-4/+3
* consistently use the LOCK an UNLOCK macrosJens Gustedt2018-01-091-1/+1
* new lock algorithm with state and congestion count in one atomic intJens Gustedt2018-01-091-3/+2
* fix read-after-free type error in pthread_detachRich Felker2017-10-131-1/+2
* add C11 thread creation and related thread functionsRich Felker2014-09-071-1/+3
* use weak symbols for the POSIX functions that will be used by C threadsJens Gustedt2014-09-061-2/+6
* fix several locks that weren't updated right for new futex-based __lockRich Felker2012-07-121-2/+2
* fix potential race condition in detached threadsRich Felker2012-07-111-2/+2
* fix more instances of old a_xchg (use new a_swap name)Rich Felker2011-09-161-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+11