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

/bionic/benchmarks/
H A Dsemaphore_benchmark.cpp29 sem_getvalue(&semaphore, &dummy);
/bionic/libc/include/
H A Dsemaphore.h48 extern int sem_getvalue(sem_t *, int *);
/bionic/libc/bionic/
H A Dsemaphore.c373 /* Note that Posix requires that sem_getvalue() returns, in
378 * meaningful is most probably racy. The GLibc sem_getvalue()
383 int sem_getvalue(sem_t *sem, int *sval) function

Completed in 265 milliseconds