Home
last modified time | relevance | path

Searched refs:otherThreadStart (Results 1 – 1 of 1) sorted by relevance

/art/test/1951-monitor-enter-no-suspend/src/art/
DTest1951.java30 Thread t = new Thread(Test1951::otherThreadStart); in run()
61 public static native void otherThreadStart(); in otherThreadStart() method in Test1951