Home
last modified time | relevance | path

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

/external/gwp_asan/gwp_asan/
Dguarded_pool_allocator.cpp115 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()
Dguarded_pool_allocator.h165 Mutex PoolMutex; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h45 mutable std::mutex PoolMutex; variable
123 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()