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_mutex_unlock.c
AgeCommit message (Expand)AuthorLines
2019年03月31日implement priority inheritance mutexes Rich Felker-2/+12
2019年02月12日redesign robust mutex states to eliminate data races on type field Rich Felker-2/+7
2016年06月27日fix failure to obtain EOWNERDEAD status for process-shared robust mutexes Rich Felker-1/+1
2015年04月10日redesign and simplify vmlock system Rich Felker-5/+2
2014年09月06日use weak symbols for the POSIX functions that will be used by C threads Jens Gustedt-1/+3
2014年08月17日make pointers used in robust list volatile Rich Felker-2/+5
2014年08月16日fix robust mutex unrecoverable status, and related clean-up Rich Felker-3/+1
2014年08月16日fix false ownership of mutexes due to tid reuse, using robust list Rich Felker-7/+5
2014年08月15日make futex operations use private-futex mode when possible Rich Felker-4/+6
2014年06月10日replace all remaining internal uses of pthread_self with __pthread_self Rich Felker-1/+1
2012年08月17日fix extremely rare but dangerous race condition in robust mutexes Rich Felker-1/+7
2011年10月03日simplify robust mutex unlock code path Rich Felker-4/+4
2011年10月03日fix crash if pthread_mutex_unlock is called without ever locking Rich Felker-1/+1
2011年10月03日use count=0 instead of 1 for recursive mutex with only one lock reference Rich Felker-2/+2
2011年08月02日avoid accessing mutex memory after atomic unlock Rich Felker-7/+8
2011年03月30日avoid crash on stupid but allowable usage of pthread_mutex_unlock Rich Felker-1/+3
2011年03月30日streamline mutex unlock to remove a useless branch, use a_store to unlock Rich Felker-2/+6
2011年03月17日implement robust mutexes Rich Felker-2/+11
2011年03月17日avoid function call to pthread_self in mutex unlock Rich Felker-1/+1
2011年03月17日unify lock and owner fields of mutex structure Rich Felker-2/+1
2011年03月08日fix and optimize non-default-type mutex behavior Rich Felker-8/+5
2011年02月17日reorganize pthread data structures and move the definitions to alltypes.h Rich Felker-8/+8
2011年02月12日initial check-in, version 0.5.0 v0.5.0 Rich Felker-0/+19
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月07日 02:10:24 +0000

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