Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_bionic
/
023c3071a036d84bbd7973edef152c5a48679cb7
/
libc
/
bionic
/
semaphore.cpp
dd586f2
sem_timedwait with a null timeout doesn't mean "forever".
by Elliott Hughes
· 10 years ago
c9a659c
Use FUTEX_WAIT_BITSET to avoid converting timeouts.
by Yabin Cui
· 10 years ago
23360cc
Remove invalid left shifts of -1.
by Stephen Hines
· 10 years ago
a3d97da
Switch sem_t from bionic atomics to stdatomic.h.
by Yabin Cui
· 11 years ago
75129ae
Don't silently return EINVAL for a NULL sem_t*.
by Elliott Hughes
· 11 years ago
04303f5
Add semaphore tests, fix sem_destroy.
by Elliott Hughes
· 11 years ago