Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide writer preference option in rwlock. | Yabin Cui | 2015-04-08 | 1 | -149/+308 |
* | Add test for pthread types alignment check. | Yabin Cui | 2015-03-20 | 1 | -2/+8 |
* | Hide content of pthread_rwlock_t in pthread_rwlock_internal_t. | Yabin Cui | 2015-03-13 | 1 | -129/+128 |
* | Switch pthread_rwlock_t to stdatomic. | Yabin Cui | 2015-03-04 | 1 | -86/+148 |
* | Add semaphore tests, fix sem_destroy. | Elliott Hughes | 2014-09-19 | 1 | -1/+2 |
* | Migrate pthread_rwlock implementation away from sys/atomics | Calin Juravle | 2014-05-23 | 1 | -30/+22 |
* | Cleaned up pthread rwlocks implementation. | Calin Juravle | 2014-05-23 | 1 | -74/+65 |
* | Mutex-free implementation of pthread_rwlock | Calin Juravle | 2014-05-22 | 1 | -182/+175 |
* | Remove dead NULL checks from pthread code. | Elliott Hughes | 2014-03-04 | 1 | -35/+0 |
* | <pthread.h> fixes and pthread cleanup. | Elliott Hughes | 2013-10-31 | 1 | -0/+339 |