about summary refs log tree commit diff
path: root/src/thread/pthread_mutex_lock.c
Commit message (Expand)AuthorAgeFilesLines
* cheap special-case optimization for normal mutexesRich Felker2011-03-301-0/+4
* implement robust mutexesRich Felker2011-03-171-3/+3
* unify lock and owner fields of mutex structureRich Felker2011-03-171-2/+3
* correct error returns for error-checking mutexesRich Felker2011-03-161-1/+5
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+9