Home
last modified time | relevance | path

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

/art/test/923-monitors/src/art/
DTest923.java71 rawNotify(id); // Should fail. in simpleTests()
73 rawNotify(id); in simpleTests()
119 rawNotify(id); in threadTests()
238 private static void rawNotify(long id) { in rawNotify() method in Test923