summaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutex_unlock.c
AgeCommit message (Expand)AuthorLines
2012-08-17fix extremely rare but dangerous race condition in robust mutexesRich Felker-1/+7
2011-10-03simplify robust mutex unlock code pathRich Felker-4/+4
2011-10-03fix crash if pthread_mutex_unlock is called without ever lockingRich Felker-1/+1
2011-10-03use count=0 instead of 1 for recursive mutex with only one lock referenceRich Felker-2/+2
2011-08-02avoid accessing mutex memory after atomic unlockRich Felker-7/+8
2011-03-30avoid crash on stupid but allowable usage of pthread_mutex_unlockRich Felker-1/+3
2011-03-30streamline mutex unlock to remove a useless branch, use a_store to unlockRich Felker-2/+6
2011-03-17implement robust mutexesRich Felker-2/+11
2011-03-17avoid function call to pthread_self in mutex unlockRich Felker-1/+1
2011-03-17unify lock and owner fields of mutex structureRich Felker-2/+1
2011-03-08fix and optimize non-default-type mutex behaviorRich Felker-8/+5
2011-02-17reorganize pthread data structures and move the definitions to alltypes.hRich Felker-8/+8
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+19