Searched refs:sem_getvalue (Results 1 – 8 of 8) sorted by relevance
/bionic/tests/ |
D | semaphore_test.cpp | 168 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/ |
D | semaphore_benchmark.cpp | 32 sem_getvalue(&semaphore, &unused); in BM_semaphore_sem_getvalue()
|
/bionic/tests/headers/posix/ |
D | semaphore_h.c | 40 FUNCTION(sem_getvalue, int (*f)(sem_t*, int*)); in semaphore_h()
|
/bionic/libc/include/ |
D | semaphore.h | 50 int sem_getvalue(sem_t* __sem, int* __value);
|
/bionic/libc/bionic/ |
D | semaphore.cpp | 316 int sem_getvalue(sem_t* sem, int* sval) { in sem_getvalue() function
|
/bionic/libc/tools/ |
D | posix-2013.txt | 892 sem_getvalue
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 904 sem_getvalue;
|
/bionic/libc/ |
D | libc.map.txt | 904 sem_getvalue;
|