aboutsummaryrefslogtreecommitdiffstats
path: root/libc/bionic/semaphore.cpp
Commit message (Expand)AuthorAgeFilesLines
* Switch sem_t from bionic atomics to stdatomic.h.Yabin Cui2015-02-031-67/+88
* Don't silently return EINVAL for a NULL sem_t*.Elliott Hughes2014-10-081-34/+1
* Add semaphore tests, fix sem_destroy.Elliott Hughes2014-09-191-0/+322