Searched refs:sem_init (Results 1 - 3 of 3) sorted by relevance

/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp24 sem_init(&semaphore, 1, 1);
39 sem_init(&semaphore, 1, 1);
/bionic/libc/include/
H A Dsemaphore.h44 extern int sem_init(sem_t *sem, int pshared, unsigned int value);
49 extern int sem_init(sem_t *, int, unsigned int);
/bionic/libc/bionic/
H A Dsemaphore.c90 int sem_init(sem_t *sem, int pshared, unsigned int value) function

Completed in 1166 milliseconds