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