Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DRWLock.h56 status_t writeLock();
70 inline explicit AutoWLock(RWLock& rwlock) : mLock(rwlock) { mLock.writeLock(); } in AutoWLock()
110 inline status_t RWLock::writeLock() { in writeLock() function
/system/logging/logd/
DLogTags.cpp128 android::RWLock::AutoWLock writeLock(rwlock); in RebuildFileEventLogTags() local
147 android::RWLock::AutoWLock writeLock(rwlock); in AddEventLogTags() local
205 android::RWLock::AutoRLock writeLock(rwlock); in ReadFileEventLogTags() local
601 android::RWLock::AutoWLock writeLock(rwlock); in WriteDynamicEventLogTags() local
625 android::RWLock::AutoWLock writeLock(rwlock); in WriteDebugEventLogTags() local
675 android::RWLock::AutoWLock writeLock(rwlock); in WritePersistEventLogTags() local
713 android::RWLock::AutoWLock writeLock(rwlock); in nameToTag() local
/system/extras/tests/tcp_nuke_addr/
Dtcp_nuke_addr_test.cpp80 lock->writeLock(); in killSockets()
/system/logging/liblog/
Devent_tag_map.cpp83 android::RWLock::AutoWLock writeLock(rwlock); in emplaceUnique() local