Home
last modified time | relevance | path

Searched refs:sem_wait (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dsemaphore.h54 extern int sem_wait(sem_t *);
/bionic/benchmarks/
Dsemaphore_benchmark.cpp43 sem_wait(&semaphore); in BM_semaphore_sem_wait_sem_post()
/bionic/libc/bionic/
Dsemaphore.c243 int sem_wait(sem_t *sem) in sem_wait() function