Searched refs:mCurrentRunLoop (Results 1 – 1 of 1) sorted by relevance
64 private final ThreadLocal<BaseRunLoop> mCurrentRunLoop = new ThreadLocal<BaseRunLoop>(); field in CoreImpl231 if (mCurrentRunLoop.get() != null) { in createDefaultRunLoop()235 mCurrentRunLoop.set(runLoop); in createDefaultRunLoop()244 return mCurrentRunLoop.get(); in getCurrentRunLoop()251 mCurrentRunLoop.remove(); in clearCurrentRunLoop()