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