Home
last modified time | relevance | path

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

/bionic/libc/malloc_debug/
Dmalloc_debug.cpp111 class ScopedConcurrentLock { class
113 ScopedConcurrentLock() { in ScopedConcurrentLock() function in ScopedConcurrentLock
116 ~ScopedConcurrentLock() { in ~ScopedConcurrentLock()
135 pthread_rwlock_t ScopedConcurrentLock::lock_;
332 ScopedConcurrentLock::Init(); in debug_initialize()
344 ScopedConcurrentLock::BlockAllOperations(); in debug_finalize()
373 ScopedConcurrentLock lock; in debug_get_malloc_leak_info()
408 ScopedConcurrentLock lock; in debug_malloc_usable_size()
473 ScopedConcurrentLock lock; in debug_malloc()
550 ScopedConcurrentLock lock; in debug_free()
[all …]