Searched refs:mIOThread (Results 1 – 3 of 3) sorted by relevance
81 if (mIOThread.joinable()) mIOThread.join(); in ~CallBackHandle()112 thread mIOThread; variable
173 mIOThread = thread(&CallBackHandle::ioThread, this); in decode()
248 mIOThread = thread(&CallBackHandle::ioThread, this); in encode()