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

  /art/test/1917-get-stack-frame/src/art/
Test1917.java 41 public Semaphore sem_wait = new Semaphore(0); field in class:Test1917.ThreadPauser
46 sem_wait.acquire();
54 while (!sem_wait.hasQueuedThreads()) {}
58 sem_wait.release();
  /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);
  /art/test/1923-frame-pop/src/art/
Test1923.java 132 public final Semaphore sem_wait; field in class:Test1923.ThreadPauser
136 sem_wait = new Semaphore(0);
142 sem_wait.acquire();
153 sem_wait.release();
  /art/test/1924-frame-pop-toggle/src/art/
Test1924.java 132 public final Semaphore sem_wait; field in class:Test1924.ThreadPauser
136 sem_wait = new Semaphore(0);
142 sem_wait.acquire();
153 sem_wait.release();
  /art/test/1926-missed-frame-pop/src/art/
Test1926.java 141 public final Semaphore sem_wait; field in class:Test1926.ThreadPauser
145 sem_wait = new Semaphore(0);
151 sem_wait.acquire();
162 sem_wait.release();
  /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
  /bionic/libc/bionic/
semaphore.cpp 215 int sem_wait(sem_t* sem) { function
  /prebuilts/go/darwin-x86/src/runtime/
os3_solaris.go 39 //go:cgo_import_dynamic libc_sem_wait sem_wait "libc.so"
372 throw("sem_wait")
496 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"
372 throw("sem_wait")
496 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 380 milliseconds