fix missing synchronization of pthread TSD keys with MT-fork
[musl] / src / thread / pthread_key_create.c
2022-10-19 Rich Felkerfix missing synchronization of pthread TSD keys with...
2019-03-21 Rich Felkerfix data race choosing next key slot in pthread_key_create
2019-02-18 Rich Felkerfix data race between new pthread_key_delete and dtor...
2019-02-16 Rich Felkerintroduce namespace-safe rwlock aliases; use in pthread...
2019-02-16 Rich Felkerrewrite pthread_key_delete to use global thread list
2019-01-17 Rich Felkerfix unintended linking dependency of pthread_key_create...
2018-09-18 Rich Felkerfix deletion of pthread tsd keys that still have non...
2015-04-13 Rich Felkerremove remnants of support for running in no-thread...
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2014-09-06 Jens Gustedtuse weak symbols for the POSIX functions that will...
2014-07-17 Rich Felkerwork around constant folding bug 61144 in gcc 4.9.0...
2014-03-24 Rich Felkeralways initialize thread pointer at program start
2013-10-04 Rich Felkerfix invalid implicit pointer conversion in pthread_key_...
2011-07-30 Rich Felkeradd proper fuxed-based locking for stdio
2011-04-20 Rich Felkermove some more code out of pthread_create.c
2011-04-03 Rich Felkersimplify pthread tsd key handling
2011-04-03 Rich Felkeromit pthread tsd dtor code if tsd is not used
2011-04-02 Rich Felkeruse bss instead of mmap for main thread's pthread threa...
2011-03-31 Rich Felkergreatly simplify pthread_key_create (~20% size reduction)
2011-03-03 Rich Felkeroptimize POSIX TSD for fast pthread_getspecific
2011-02-12 Rich Felkerinitial check-in, version 0.5.0