Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dsemaphore_test.cpp152 TEST(semaphore, sem_clockwait) { in TEST() argument
/aosp12/bionic/libc/bionic/
H A Dsemaphore.cpp278 int sem_clockwait(sem_t* sem, clockid_t clock, const timespec* abs_timeout) { in sem_clockwait() function