Searched refs:sem_wait (Results 1 - 8 of 8) sorted by relevance

/art/test/1917-get-stack-frame/src/art/
H A DTest1917.java41 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();
/art/test/1923-frame-pop/src/art/
H A DTest1923.java132 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/
H A DTest1924.java132 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/
H A DTest1926.java141 public final Semaphore sem_wait; field in class:Test1926.ThreadPauser
145 sem_wait = new Semaphore(0);
151 sem_wait.acquire();
162 sem_wait.release();
/art/test/1912-get-set-local-primitive/src/art/
H A DTest1912.java146 public final Semaphore sem_wait; field in class:Test1912.TestCase.ThreadPauser
150 sem_wait = new Semaphore(0);
156 sem_wait.acquire();
167 sem_wait.release();
/art/test/1913-get-set-local-objects/src/art/
H A DTest1913.java149 public final Semaphore sem_wait; field in class:Test1913.TestCase.ThreadPauser
153 sem_wait = new Semaphore(0);
159 sem_wait.acquire();
170 sem_wait.release();
/art/test/1914-get-local-instance/src/art/
H A DTest1914.java104 public final Semaphore sem_wait; field in class:Test1914.TestCase.ThreadPauser
108 sem_wait = new Semaphore(0);
114 sem_wait.acquire();
125 sem_wait.release();
/art/test/1939-proxy-frames/src/art/
H A DTest1939.java87 public final Semaphore sem_wait; field in class:Test1939.TestCase.ThreadPauser
91 sem_wait = new Semaphore(0);
97 sem_wait.acquire();
108 sem_wait.release();

Completed in 282 milliseconds