Home
last modified time | relevance | path

Searched defs:sem (Results 1 – 4 of 4) sorted by relevance

/art/test/1934-jvmti-signal-thread/src/art/
DTest1934.java119 final Semaphore sem = new Semaphore(0); in testStopWait() local
146 final Semaphore sem = new Semaphore(0); in testInterruptWait() local
178 final Semaphore sem = new Semaphore(0); in testStopInNative() local
220 final Semaphore sem = new Semaphore(0); in testStopRecur() local
241 final Semaphore sem = new Semaphore(0); in testInterruptRecur() local
264 final Semaphore sem = new Semaphore(0); in testStopSpinning() local
279 final Semaphore sem = new Semaphore(0); in testInterruptSpinning() local
/art/test/1941-dispose-stress/src/art/
DTest1941.java46 public static void LoopAllocFreeEnv(Semaphore sem, Semaphore delay) { in LoopAllocFreeEnv()
67 final Semaphore sem = new Semaphore(0); in run() local
/art/test/1930-monitor-info/src/art/
DTest1930.java59 final Semaphore sem = new Semaphore(0); in testLockWait() local
93 final Semaphore sem = new Semaphore(0); in testNotifyWait() local
/art/test/1900-track-alloc/src/art/
DTest1900.java82 final Semaphore sem = new Semaphore(0); in run() local