Searched refs:semaphore (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/kernel/arch-arm/asm/
H A Dsemaphore.h23 struct semaphore { struct
31 #define __DECLARE_SEMAPHORE_GENERIC(name,count) struct semaphore name = __SEMAPHORE_INIT(name,count)
/bionic/libc/kernel/common/linux/
H A Dcpu.h19 #include <asm/semaphore.h>
H A Ddevice.h22 #include <asm/semaphore.h>
107 struct semaphore sem;
184 struct semaphore sem;
/bionic/libc/kernel/common/linux/raid/
H A Dmd.h16 #include <asm/semaphore.h>
/bionic/libc/bionic/
H A Dsemaphore.c28 #include <semaphore.h>
37 /* In this implementation, a semaphore contains a
42 * semaphore, 0 or more to indicate uncontended state,
65 /* Maximum unsigned value that can be stored in the semaphore.
86 /* return the shared bitflag from a semaphore */
97 /* ensure that 'value' can be stored in the semaphore */
157 /* Decrement a semaphore's value atomically,
209 /* "Increment" the value of a semaphore atomically and
245 /* lock a semaphore */
277 /* POSIX says we need to try to decrement the semaphore
[all...]
/bionic/libc/
H A DAndroid.mk273 bionic/semaphore.c \

Completed in 139 milliseconds