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

  /bionic/libc/bionic/
semaphore.cpp 234 int sem_timedwait(sem_t* sem, const timespec* abs_timeout) { function
  /external/python/cpython2/Modules/_multiprocessing/
semaphore.c 212 # define sem_timedwait(sem,deadline) sem_timedwait_save(sem,deadline,_save) macro
321 res = sem_timedwait(self->handle, &deadline);
  /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 2094 milliseconds