HomeSort by relevance Sort by last modified time
    Searched defs:sem_timedwait (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
semaphore.cpp 234 int sem_timedwait(sem_t* sem, const timespec* abs_timeout) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 481 #define sem_timedwait(...) (pthread_testcancel(), sem_timedwait(__VA_ARGS__)) macro
    [all...]

Completed in 72 milliseconds