index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread_detach.c
Age
Commit message (
Expand
)
Author
Lines
2019-02-15
track all live threads in an AS-safe, fully-consistent linked list
Rich Felker
-1
/
+1
2018-09-12
overhaul internally-public declarations using wrapper headers
Rich Felker
-2
/
+0
2018-05-05
improve joinable/detached thread state handling
Rich Felker
-4
/
+3
2018-01-09
consistently use the LOCK an UNLOCK macros
Jens Gustedt
-1
/
+1
2018-01-09
new lock algorithm with state and congestion count in one atomic int
Jens Gustedt
-3
/
+2
2017-10-13
fix read-after-free type error in pthread_detach
Rich Felker
-1
/
+2
2014-09-07
add C11 thread creation and related thread functions
Rich Felker
-1
/
+3
2014-09-06
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
-2
/
+6
2012-07-12
fix several locks that weren't updated right for new futex-based __lock
Rich Felker
-2
/
+2
2012-07-11
fix potential race condition in detached threads
Rich Felker
-2
/
+2
2011-09-16
fix more instances of old a_xchg (use new a_swap name)
Rich Felker
-1
/
+1
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker
-0
/
+11