Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | factor cancellation cleanup push/pop out of futex __timedwait function | Rich Felker | 2015-03-02 | 1 | -1/+1 |
* | refrain from spinning on locks when there is already a waiter | Rich Felker | 2014-08-25 | 1 | -1/+1 |
* | spin before waiting on futex in mutex and rwlock lock operations | Rich Felker | 2014-08-25 | 1 | -0/+7 |
* | make futex operations use private-futex mode when possible | Rich Felker | 2014-08-15 | 1 | -1/+1 |
* | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 2012-09-06 | 1 | -1/+1 |
* | overhaul rwlocks to address several issues | Rich Felker | 2011-08-03 | 1 | -11/+10 |
* | unify and overhaul timed futex waits | Rich Felker | 2011-08-02 | 1 | -1/+1 |
* | reorganize pthread data structures and move the definitions to alltypes.h | Rich Felker | 2011-02-17 | 1 | -5/+5 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+17 |