Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_lock.h88 explicit LockGuard(Lock& lock) : lock_(lock) { in LockGuard()
89 lock_.lock(); in LockGuard()
92 lock_.unlock(); in ~LockGuard()
98 Lock& lock_;
/bionic/libc/system_properties/
Dcontext_node.cpp46 lock_.lock(); in Open()
48 lock_.unlock(); in Open()
58 lock_.unlock(); in Open()
/bionic/libc/system_properties/include/system_properties/
Dcontext_node.h39 lock_.init(false); in ContextNode()
62 Lock lock_; variable
/bionic/libc/bionic/
Dgrp_pwd_file.h64 Lock lock_; variable
Dgrp_pwd_file.cpp198 lock_.init(false); in MmapFile()
212 LockGuard guard(lock_); in GetFile()
/bionic/libc/malloc_debug/
Dmalloc_debug.cpp211 pthread_rwlock_rdlock(&lock_); in ScopedConcurrentLock()
214 pthread_rwlock_unlock(&lock_); in ~ScopedConcurrentLock()
222 pthread_rwlock_init(&lock_, &attr); in Init()
226 pthread_rwlock_wrlock(&lock_); in BlockAllOperations()
230 static pthread_rwlock_t lock_; member in ScopedConcurrentLock
232 pthread_rwlock_t ScopedConcurrentLock::lock_; member in ScopedConcurrentLock