Searched refs:threadRef (Results 1 – 1 of 1) sorted by relevance
301 auto& threadRef = mConnectingThreads[thread.get_id()]; in join() local302 threadRef = std::move(thread); in join()303 rpcJoinIfSingleThreaded(threadRef); in join()