Home
last modified time | relevance | path

Searched defs:sem_wait (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/test/1917-get-stack-frame/src/art/
H A DTest1917.java41 public Semaphore sem_wait = new Semaphore(0); field in Test1917.ThreadPauser
/aosp12/art/test/1923-frame-pop/src/art/
H A DTest1923.java132 public final Semaphore sem_wait; field in Test1923.ThreadPauser
/aosp12/art/test/1924-frame-pop-toggle/src/art/
H A DTest1924.java132 public final Semaphore sem_wait; field in Test1924.ThreadPauser
/aosp12/art/test/1926-missed-frame-pop/src/art/
H A DTest1926.java141 public final Semaphore sem_wait; field in Test1926.ThreadPauser
/aosp12/bionic/libc/bionic/
H A Dsemaphore.cpp214 int sem_wait(sem_t* sem) { in sem_wait() function