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_key_create.c
Age
Commit message (
Expand
)
Author
2022-10-19
fix missing synchronization of pthread TSD keys with MT-fork
Rich Felker
2019-03-21
fix data race choosing next key slot in pthread_key_create
Rich Felker
2019-02-17
fix data race between new pthread_key_delete and dtor execution
Rich Felker
2019-02-16
introduce namespace-safe rwlock aliases; use in pthread_key_create
Rich Felker
2019-02-16
rewrite pthread_key_delete to use global thread list
Rich Felker
2019-01-16
fix unintended linking dependency of pthread_key_create on __synccall
Rich Felker
2018-09-18
fix deletion of pthread tsd keys that still have non-null values stored
Rich Felker
2015-04-13
remove remnants of support for running in no-thread-pointer mode
Rich Felker
2015-03-03
make all objects used with atomic operations volatile
Rich Felker
2014-09-06
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-07-16
work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
Rich Felker
2014-03-24
always initialize thread pointer at program start
Rich Felker
2013-10-04
fix invalid implicit pointer conversion in pthread_key_create
Rich Felker
2011-07-30
add proper fuxed-based locking for stdio
Rich Felker
2011-04-19
move some more code out of pthread_create.c
Rich Felker
2011-04-03
simplify pthread tsd key handling
Rich Felker
2011-04-03
omit pthread tsd dtor code if tsd is not used
Rich Felker
2011-04-01
use bss instead of mmap for main thread's pthread thread-specific data
Rich Felker
2011-03-31
greatly simplify pthread_key_create (~20% size reduction)
Rich Felker
2011-03-03
optimize POSIX TSD for fast pthread_getspecific
Rich Felker
2011-02-12
initial check-in, version 0.5.0
v0.5.0
Rich Felker