Searched refs:mSetThreadsFuture (Results 1 – 3 of 3) sorted by relevance
72 if (mSetThreadsFuture.has_value()) { in destroy()73 mSetThreadsFuture->wait(); in destroy()74 mSetThreadsFuture = std::nullopt; in destroy()163 mSetThreadsFuture = CommonPool::async([this, tids = std::move(combinedTids)] { in setActiveFunctorThreads()
60 std::optional<std::shared_future<int>> mSetThreadsFuture; variable
122 if (mWrapper->mSetThreadsFuture.has_value()) { in waitForSetThreadsReady()123 mWrapper->mSetThreadsFuture->wait(); in waitForSetThreadsReady()