Searched refs:mPermanentSessionTids (Results 1 – 2 of 2) sorted by relevance
115 mPermanentSessionTids = CommonPool::getThreadIds(); in init()116 mPermanentSessionTids.push_back(mUiThreadId); in init()117 mPermanentSessionTids.push_back(mRenderThreadId); in init()124 mHintSessionFuture = CommonPool::async([=, this, tids = mPermanentSessionTids] { in init()160 std::vector<pid_t> combinedTids = mPermanentSessionTids; in setActiveFunctorThreads()
68 std::vector<pid_t> mPermanentSessionTids; variable