Home
last modified time | relevance | path

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

/art/test/004-JniTest/src/
DMain.java272 Thread runGcThread = new Thread(new Runnable() { in testJniCriticalSectionAndGc() local
290 runGcThread.start(); in testJniCriticalSectionAndGc()
293 runGcThread.join(); in testJniCriticalSectionAndGc()