Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid crash on stupid but allowable usage of pthread_mutex_unlock | Rich Felker | 2011-03-30 | 1 | -1/+3 |
* | streamline mutex unlock to remove a useless branch, use a_store to unlock | Rich Felker | 2011-03-30 | 1 | -2/+6 |
* | implement robust mutexes | Rich Felker | 2011-03-17 | 1 | -2/+11 |
* | avoid function call to pthread_self in mutex unlock | Rich Felker | 2011-03-17 | 1 | -1/+1 |
* | unify lock and owner fields of mutex structure | Rich Felker | 2011-03-17 | 1 | -2/+1 |
* | fix and optimize non-default-type mutex behavior | Rich Felker | 2011-03-08 | 1 | -8/+5 |
* | reorganize pthread data structures and move the definitions to alltypes.h | Rich Felker | 2011-02-17 | 1 | -8/+8 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+19 |