Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp208 class ScopedConcurrentLock { class
210 ScopedConcurrentLock() { in ScopedConcurrentLock() function in ScopedConcurrentLock
213 ~ScopedConcurrentLock() { in ~ScopedConcurrentLock()
232 pthread_rwlock_t ScopedConcurrentLock::lock_;
429 ScopedConcurrentLock::Init(); in debug_initialize()
441 ScopedConcurrentLock::BlockAllOperations(); in debug_finalize()
469 ScopedConcurrentLock lock; in debug_get_malloc_leak_info()
509 ScopedConcurrentLock lock; in debug_malloc_usable_size()
586 ScopedConcurrentLock lock; in debug_malloc()
671 ScopedConcurrentLock lock; in debug_free()
[all …]