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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sem_wait.c 4 * Module: sem_wait.c
83 sem_wait (sem_t * sem) function
187 } /* sem_wait */
  /external/libvpx/libvpx/vp8/common/
threading.h 85 #define sem_wait(sem) (int)(WAIT_OBJECT_0 != WaitForSingleObject(*sem,INFINITE)) macro
111 static inline int sem_wait(sem_t * sem) function
165 #define sem_wait(sem) (semaphore_wait(*sem) ) macro
  /bionic/libc/bionic/
semaphore.c 246 int sem_wait(sem_t *sem) function

Completed in 68 milliseconds