HomeSort by relevance Sort by last modified time
    Searched defs:sem_wait (Results 1 - 6 of 6) 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);
  /bionic/libc/bionic/
semaphore.cpp 215 int sem_wait(sem_t* sem) { function
  /external/libvpx/libvpx/vp8/common/
threading.h 95 #define sem_wait(sem) \ macro
121 static inline int sem_wait(sem_t *sem) { function
171 #define sem_wait(sem) (semaphore_wait(*sem)) macro
  /prebuilts/go/darwin-x86/src/runtime/
os3_solaris.go 39 //go:cgo_import_dynamic libc_sem_wait sem_wait "libc.so"
366 throw("sem_wait")
490 func sem_wait(sem *semt) int32 { func
  /prebuilts/go/linux-x86/src/runtime/
os3_solaris.go 39 //go:cgo_import_dynamic libc_sem_wait sem_wait "libc.so"
366 throw("sem_wait")
490 func sem_wait(sem *semt) int32 { func
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 482 #define sem_wait(...) (pthread_testcancel(), sem_wait(__VA_ARGS__)) macro
    [all...]

Completed in 139 milliseconds