Searched refs:mLoaderThread (Results 1 – 1 of 1) sorted by relevance
68 mLoaderThread = std::move(thread); in acquireLoaderThread()72 if (mLoaderThread) { in join()73 mLoaderThread->wait(); in join()74 mLoaderThread.reset(); in join()81 if (mLoaderThread) { in interrupt()82 mLoaderThread->interrupt(); in interrupt()83 mLoaderThread->wait(); in interrupt()84 mLoaderThread.reset(); in interrupt()115 LoaderThreadPtr mLoaderThread; variable