summaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutex_unlock.c
AgeCommit message (Expand)AuthorLines
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