index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
thread
/
pthread_key_create.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove remnants of support for running in no-thread-pointer mode
Rich Felker
2015-04-13
1
-6
/
+4
*
make all objects used with atomic operations volatile
Rich Felker
2015-03-03
1
-1
/
+1
*
use weak symbols for the POSIX functions that will be used by C threads
Jens Gustedt
2014-09-06
1
-2
/
+5
*
work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1
Rich Felker
2014-07-16
1
-1
/
+1
*
always initialize thread pointer at program start
Rich Felker
2014-03-24
1
-1
/
+7
*
fix invalid implicit pointer conversion in pthread_key_create
Rich Felker
2013-10-04
1
-1
/
+1
*
add proper fuxed-based locking for stdio
Rich Felker
2011-07-30
1
-1
/
+1
*
move some more code out of pthread_create.c
Rich Felker
2011-04-19
1
-1
/
+2
*
simplify pthread tsd key handling
Rich Felker
2011-04-03
1
-1
/
+6
*
omit pthread tsd dtor code if tsd is not used
Rich Felker
2011-04-03
1
-1
/
+18
*
use bss instead of mmap for main thread's pthread thread-specific data
Rich Felker
2011-04-01
1
-0
/
+1
*
greatly simplify pthread_key_create (~20% size reduction)
Rich Felker
2011-03-31
1
-10
/
+9
*
optimize POSIX TSD for fast pthread_getspecific
Rich Felker
2011-03-03
1
-0
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+25