Searched refs:asyncThread (Results 1 – 2 of 2) sorted by relevance
61 bool CallbackBase::bind_thread(std::thread&& asyncThread) { in bind_thread() argument68 if (!asyncThread.joinable()) { in bind_thread()72 mThread = std::move(asyncThread); in bind_thread()
145 bool bind_thread(std::thread&& asyncThread);