Searched refs:PoolMutex (Results 1 – 3 of 3) sorted by relevance
115 void GuardedPoolAllocator::disable() { PoolMutex.lock(); } in disable()117 void GuardedPoolAllocator::enable() { PoolMutex.unlock(); } in enable()171 ScopedLock L(PoolMutex); in allocate()213 PoolMutex.tryLock(); in stop()224 ScopedLock L(PoolMutex); in deallocate()231 ScopedLock L(PoolMutex); in deallocate()253 ScopedLock L(PoolMutex); in deallocate()259 ScopedLock L(PoolMutex); in getSize()
165 Mutex PoolMutex; variable
45 mutable std::mutex PoolMutex; variable123 std::lock_guard<std::mutex> Lock(PoolMutex); in intern()131 std::lock_guard<std::mutex> Lock(PoolMutex); in clearDeadEntries()140 std::lock_guard<std::mutex> Lock(PoolMutex); in empty()