Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dbuffer_pool.h33 …explicit BufferPool<T>(size_t poolSize) : poolSize_(poolSize), isActive_(true), allocInProgress(fa…
103 allocInProgress = true; in AllocateBuffer()
111 allocInProgress = false; in AllocateBuffer()
176 if (allocInProgress.load()) { in FinishAllocInProgress()
177 cvFinishAlloc_.Wait(lock, [this] { return !allocInProgress.load(); }); in FinishAllocInProgress()
189 std::atomic<bool> allocInProgress; variable