Searched refs:mRunThread (Results 1 – 1 of 1) sorted by relevance
606 private Thread mRunThread = null; field in GraphRunner682 if (Thread.currentThread() != mRunThread) { in enterSubGraph()890 mRunThread.join(); in tearDown()978 mRunThread = new Thread(mRunLoop); in init()979 mRunThread.setPriority(config.threadPriority); in init()980 mRunThread.start(); in init()