Home
last modified time | relevance | path

Searched refs:isCacheBufferStopThreadPoolStarted_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dstream_id_manager.cpp63 if (isCacheBufferStopThreadPoolStarted_.load()) { in ~StreamIDManager()
67 isCacheBufferStopThreadPoolStarted_.store(false); in ~StreamIDManager()
96 isCacheBufferStopThreadPoolStarted_.store(true); in InitThreadPool()
H A Dstream_id_manager.h92 std::atomic<bool> isCacheBufferStopThreadPoolStarted_ = false; variable