OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WriterUnlock
(Results
1 - 4
of
4
) sorted by null
/external/ceres-solver/internal/ceres/
mutex.h
170
inline void
WriterUnlock
() { Unlock(); } // Release a lock from WriterLock()
310
~CeresWriterMutexLock() { mu_->
WriterUnlock
(); }
/external/chromium_org/third_party/re2/util/
mutex.h
72
inline void
WriterUnlock
() { Unlock(); } // Release a lock from WriterLock()
179
~WriterMutexLock() { mu_->
WriterUnlock
(); }
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
simple_mutex.h
174
inline void
WriterUnlock
() { Unlock(); } // Release a lock from WriterLock()
312
~WriterMutexLock() { mu_->
WriterUnlock
(); }
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
simple_mutex.h
174
inline void
WriterUnlock
() { Unlock(); } // Release a lock from WriterLock()
312
~WriterMutexLock() { mu_->
WriterUnlock
(); }
Completed in 281 milliseconds