Searched refs:weakCtx (Results 1 – 1 of 1) sorted by relevance
142 std::weak_ptr<SessionContext> weakCtx(shared_from_this()); in StartPluginSessions() local146 [weakCtx]() { in StartPluginSessions()147 if (auto ctx = weakCtx.lock(); ctx != nullptr) { in StartPluginSessions()