aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/pthread_cond.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add test for pthread types alignment check.Yabin Cui2015-03-201-2/+8
* Fix atomic_load on const variable in pthread_cond_t.Yabin Cui2015-03-161-2/+2
* Hide content of pthread_cond_t in pthread_cond_internal_t.Yabin Cui2015-03-161-70/+78
* Switch pthread_cond_t to <stdatomic.h>.Yabin Cui2015-02-091-40/+60
* Add semaphore tests, fix sem_destroy.Elliott Hughes2014-09-191-3/+3
* Remove unnecessary #includes of <sys/atomics.h>.Elliott Hughes2014-05-221-1/+0
* Remove unnecessary #includes.Elliott Hughes2014-04-101-1/+0
* Fix some pthread symbols build as C++ symbol under x64 lunch.Halton Huo2014-03-051-3/+3
* Remove dead NULL checks from pthread code.Elliott Hughes2014-03-041-15/+0
* Implement POSIX pthread_mutex_timedlock.Elliott Hughes2014-03-041-1/+1
* Implement pthread_condattr_{get,set}clock.Narayan Kamath2014-03-041-32/+53
* Small style cleanup.Elliott Hughes2013-12-181-1/+1
* Clean up forking and cloning.Elliott Hughes2013-11-191-1/+0
* <pthread.h> fixes and pthread cleanup.Elliott Hughes2013-10-311-0/+214