Home
last modified time | relevance | path

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

/aosp12/bionic/tests/
H A Dsemaphore_test.cpp140 TEST(semaphore, sem_timedwait) { in TEST() argument
/aosp12/bionic/libc/bionic/
H A Dsemaphore.cpp270 int sem_timedwait(sem_t* sem, const timespec* abs_timeout) { in sem_timedwait() function