HomeSort by relevance Sort by last modified time
    Searched defs:sem_wait (Results 1 - 6 of 6) 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/valgrind/main/drd/tests/
annotate_sem.c 38 static void sem_wait(sem_t *p) function
65 sem_wait(&s_sem);
69 sem_wait(&s_sem);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h 89 #define sem_wait(sem) (int)(WAIT_OBJECT_0 != WaitForSingleObject(*sem,INFINITE)) macro
115 static inline int sem_wait(sem_t * sem) function
169 #define sem_wait(sem) (semaphore_wait(*sem) ) macro
  /external/libvpx/libvpx/vp8/common/
threading.h 89 #define sem_wait(sem) (int)(WAIT_OBJECT_0 != WaitForSingleObject(*sem,INFINITE)) macro
115 static inline int sem_wait(sem_t * sem) function
169 #define sem_wait(sem) (semaphore_wait(*sem) ) macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 89 #define sem_wait(sem) (int)(WAIT_OBJECT_0 != WaitForSingleObject(*sem,INFINITE)) macro
115 static inline int sem_wait(sem_t * sem) function
169 #define sem_wait(sem) (semaphore_wait(*sem) ) macro
  /bionic/libc/bionic/
semaphore.c 243 int sem_wait(sem_t *sem) function

Completed in 32 milliseconds