Home
last modified time | relevance | path

Searched defs:sem_getvalue (Results 1 – 2 of 2) sorted by relevance

/aosp12/bionic/tests/
H A Dsemaphore_test.cpp172 TEST(semaphore, sem_getvalue) { in TEST() argument
/aosp12/bionic/libc/bionic/
H A Dsemaphore.cpp316 int sem_getvalue(sem_t* sem, int* sval) { in sem_getvalue() function