Searched defs:sem_wait (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/test/1917-get-stack-frame/src/art/ | ||
H A D | Test1917.java | 41 public Semaphore sem_wait = new Semaphore(0); field in Test1917.ThreadPauser |
/aosp12/art/test/1923-frame-pop/src/art/ | ||
H A D | Test1923.java | 132 public final Semaphore sem_wait; field in Test1923.ThreadPauser |
/aosp12/art/test/1924-frame-pop-toggle/src/art/ | ||
H A D | Test1924.java | 132 public final Semaphore sem_wait; field in Test1924.ThreadPauser |
/aosp12/art/test/1926-missed-frame-pop/src/art/ | ||
H A D | Test1926.java | 141 public final Semaphore sem_wait; field in Test1926.ThreadPauser |
/aosp12/bionic/libc/bionic/ | ||
H A D | semaphore.cpp | 214 int sem_wait(sem_t* sem) { in sem_wait() function |