Home
last modified time | relevance | path

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

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