Searched defs:sem_trywait (Results 1 – 2 of 2) sorted by relevance
/bionic/tests/ | ||
D | semaphore_test.cpp | 55 TEST(semaphore, sem_trywait) { in TEST() argument |
/bionic/libc/bionic/ | ||
D | semaphore.cpp | 287 int sem_trywait(sem_t* sem) { in sem_trywait() function |