1. c6b5bcd Add _monotonic_np versions of timed wait functions by Tom Cherry · 7 years ago
  2. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  3. ca48274 Revert "Revert "Make sem_wait able to return errno EINTR for sdk > 23."" by Yabin Cui · 9 years ago
  4. 6d51085 Revert "Make sem_wait able to return errno EINTR for sdk > 23." by Dan Albert · 9 years ago
  5. 892b61d Make sem_wait able to return errno EINTR for sdk > 23. by Yabin Cui · 9 years ago
  6. dd586f2 sem_timedwait with a null timeout doesn't mean "forever". by Elliott Hughes · 9 years ago
  7. c9a659c Use FUTEX_WAIT_BITSET to avoid converting timeouts. by Yabin Cui · 10 years ago
  8. 23360cc Remove invalid left shifts of -1. by Stephen Hines · 10 years ago
  9. a3d97da Switch sem_t from bionic atomics to stdatomic.h. by Yabin Cui · 10 years ago
  10. 75129ae Don't silently return EINVAL for a NULL sem_t*. by Elliott Hughes · 11 years ago
  11. 04303f5 Add semaphore tests, fix sem_destroy. by Elliott Hughes · 11 years ago