about summary refs log tree commit diff
path: root/src/thread/pthread_rwlock_timedrdlock.c
Commit message (Expand)AuthorAgeFilesLines
* introduce namespace-safe rwlock aliases; use in pthread_key_createRich Felker2019-02-161-2/+4
* factor cancellation cleanup push/pop out of futex __timedwait functionRich Felker2015-03-021-1/+1
* refrain from spinning on locks when there is already a waiterRich Felker2014-08-251-1/+1
* spin before waiting on futex in mutex and rwlock lock operationsRich Felker2014-08-251-0/+7
* make futex operations use private-futex mode when possibleRich Felker2014-08-151-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* overhaul rwlocks to address several issuesRich Felker2011-08-031-9/+10
* unify and overhaul timed futex waitsRich Felker2011-08-021-1/+1
* 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