musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/thread/pthread_key_create.c
AgeCommit message (Expand)AuthorLines
2022年10月19日fix missing synchronization of pthread TSD keys with MT-fork Rich Felker-0/+8
2019年03月21日fix data race choosing next key slot in pthread_key_create Rich Felker-1/+1
2019年02月17日fix data race between new pthread_key_delete and dtor execution Rich Felker-2/+4
2019年02月16日introduce namespace-safe rwlock aliases; use in pthread_key_create Rich Felker-9/+9
2019年02月16日rewrite pthread_key_delete to use global thread list Rich Felker-61/+19
2019年01月16日fix unintended linking dependency of pthread_key_create on __synccall Rich Felker-0/+6
2018年09月18日fix deletion of pthread tsd keys that still have non-null values stored Rich Felker-18/+87
2015年04月13日remove remnants of support for running in no-thread-pointer mode Rich Felker-6/+4
2015年03月03日make all objects used with atomic operations volatile Rich Felker-1/+1
2014年09月06日use weak symbols for the POSIX functions that will be used by C threads Jens Gustedt-2/+5
2014年07月16日work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 Rich Felker-1/+1
2014年03月24日always initialize thread pointer at program start Rich Felker-1/+7
2013年10月04日fix invalid implicit pointer conversion in pthread_key_create Rich Felker-1/+1
2011年07月30日add proper fuxed-based locking for stdio Rich Felker-1/+1
2011年04月19日move some more code out of pthread_create.c Rich Felker-1/+2
2011年04月03日simplify pthread tsd key handling Rich Felker-1/+6
2011年04月03日omit pthread tsd dtor code if tsd is not used Rich Felker-1/+18
2011年04月01日use bss instead of mmap for main thread's pthread thread-specific data Rich Felker-0/+1
2011年03月31日greatly simplify pthread_key_create (~20% size reduction) Rich Felker-10/+9
2011年03月03日optimize POSIX TSD for fast pthread_getspecific Rich Felker-0/+1
2011年02月12日initial check-in, version 0.5.0 v0.5.0 Rich Felker-0/+25
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月11日 11:50:21 +0000

AltStyle によって変換されたページ (->オリジナル) /