Home
last modified time | relevance | path

Searched refs:sem_getvalue (Results 1 – 8 of 8) sorted by relevance

/bionic/tests/
Dsemaphore_test.cpp168 TEST(semaphore, sem_getvalue) { in TEST() argument
173 ASSERT_EQ(0, sem_getvalue(&s, &i)); in TEST()
177 ASSERT_EQ(0, sem_getvalue(&s, &i)); in TEST()
181 ASSERT_EQ(0, sem_getvalue(&s, &i)); in TEST()
185 ASSERT_EQ(0, sem_getvalue(&s, &i)); in TEST()
/bionic/benchmarks/
Dsemaphore_benchmark.cpp32 sem_getvalue(&semaphore, &unused); in BM_semaphore_sem_getvalue()
/bionic/tests/headers/posix/
Dsemaphore_h.c40 FUNCTION(sem_getvalue, int (*f)(sem_t*, int*)); in semaphore_h()
/bionic/libc/include/
Dsemaphore.h50 int sem_getvalue(sem_t* __sem, int* __value);
/bionic/libc/bionic/
Dsemaphore.cpp316 int sem_getvalue(sem_t* sem, int* sval) { in sem_getvalue() function
/bionic/libc/tools/
Dposix-2013.txt892 sem_getvalue
/bionic/tools/versioner/platforms/
Dlibc.map.txt904 sem_getvalue;
/bionic/libc/
Dlibc.map.txt904 sem_getvalue;