Home
last modified time | relevance | path

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

/external/libchrome/base/synchronization/
Dread_write_lock.h88 class AutoWriteLock {
90 explicit AutoWriteLock(ReadWriteLock& lock) : lock_(lock) { in AutoWriteLock() function
93 ~AutoWriteLock() { in ~AutoWriteLock()
99 DISALLOW_COPY_AND_ASSIGN(AutoWriteLock);
/external/libchrome/base/message_loop/
Dincoming_task_queue.cc117 base::subtle::AutoWriteLock lock(message_loop_lock_); in WillDestroyCurrentMessageLoop()