Searched refs:isCacheBufferStopThreadPoolStarted_ (Results 1 – 2 of 2) sorted by relevance
63 if (isCacheBufferStopThreadPoolStarted_.load()) { in ~StreamIDManager()67 isCacheBufferStopThreadPoolStarted_.store(false); in ~StreamIDManager()96 isCacheBufferStopThreadPoolStarted_.store(true); in InitThreadPool()
92 std::atomic<bool> isCacheBufferStopThreadPoolStarted_ = false; variable