summaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_rwlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide writer preference option in rwlock.Yabin Cui2015-04-081-149/+308
* Add test for pthread types alignment check.Yabin Cui2015-03-201-2/+8
* Hide content of pthread_rwlock_t in pthread_rwlock_internal_t.Yabin Cui2015-03-131-129/+128
* Switch pthread_rwlock_t to stdatomic.Yabin Cui2015-03-041-86/+148
* Add semaphore tests, fix sem_destroy.Elliott Hughes2014-09-191-1/+2
* Migrate pthread_rwlock implementation away from sys/atomicsCalin Juravle2014-05-231-30/+22
* Cleaned up pthread rwlocks implementation.Calin Juravle2014-05-231-74/+65
* Mutex-free implementation of pthread_rwlockCalin Juravle2014-05-221-182/+175
* Remove dead NULL checks from pthread code.Elliott Hughes2014-03-041-35/+0
* <pthread.h> fixes and pthread cleanup.Elliott Hughes2013-10-311-0/+339