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