Searched refs:dataThread (Results 1 – 2 of 2) sorted by relevance
165 if (dataThread != nullptr) { in stopBlockingIOThread()168 dataThread->join(); in stopBlockingIOThread()169 dataThread = nullptr; in stopBlockingIOThread()301 std::thread *dataThread = nullptr; variable
251 dataThread = new std::thread(threadCallback, this); in start()