Searched refs:asyncThread (Results 1 – 2 of 2) sorted by relevance
45 bool CallbackBase::bind_thread(std::thread&& asyncThread) { in bind_thread() argument52 if (!asyncThread.joinable()) { in bind_thread()56 mThread = std::move(asyncThread); in bind_thread()
129 bool bind_thread(std::thread&& asyncThread);