about summary refs log tree commit diff
path: root/src/thread/pthread_mutex_unlock.c
Commit message (Expand)AuthorAgeFilesLines
* avoid crash on stupid but allowable usage of pthread_mutex_unlockRich Felker2011-03-301-1/+3
* streamline mutex unlock to remove a useless branch, use a_store to unlockRich Felker2011-03-301-2/+6
* implement robust mutexesRich Felker2011-03-171-2/+11
* avoid function call to pthread_self in mutex unlockRich Felker2011-03-171-1/+1
* unify lock and owner fields of mutex structureRich Felker2011-03-171-2/+1
* fix and optimize non-default-type mutex behaviorRich Felker2011-03-081-8/+5
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-8/+8
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+19