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

  /external/valgrind/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/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.cpp 215 int sem_wait(sem_t* sem) { function

Completed in 137 milliseconds