about summary refs log tree commit diff
path: root/src/thread/pthread_mutex_timedlock.c
Commit message (Expand)AuthorAgeFilesLines
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* unify and overhaul timed futex waitsRich Felker2011-08-021-1/+1
* avoid accessing mutex memory after atomic unlockRich Felker2011-08-021-7/+15
* implement robust mutexesRich Felker2011-03-171-1/+2
* reorganize pthread data structures and move the definitions to alltypes.hRich Felker2011-02-171-4/+4
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+15