Searched defs:ScopedLock (Results 1 – 5 of 5) sorted by relevance
155 class ScopedLock class158 ScopedLock(Monitor& m) in ScopedLock() function in ScopedLock
151 typedef SmartScopedLock<false> ScopedLock; typedef
75 explicit ScopedLock(WebPluginIMEWin* instance) : instance_(instance) { in ScopedLock() function
564 explicit ScopedLock(Mutex* mutex): mutex_(mutex) { in ScopedLock() function
118 typedef GenericScopedLock<MBlock> ScopedLock; typedef