OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SharedScope
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/base/
sharedexclusivelock.h
26
// Locking/unlocking methods. It is encouraged to use
SharedScope
or
42
class SCOPED_LOCKABLE
SharedScope
{
44
explicit
SharedScope
(SharedExclusiveLock* lock) SHARED_LOCK_FUNCTION(lock)
49
~
SharedScope
() UNLOCK_FUNCTION() { lock_->UnlockShared(); }
54
DISALLOW_COPY_AND_ASSIGN(
SharedScope
);
profiler.cc
112
SharedScope
scope(&lock_);
126
SharedScope
scope(&lock_);
153
SharedScope
scope(&lock_);
sharedexclusivelock_unittest.cc
74
SharedScope
ss(shared_exclusive_lock_);
144
SharedScope
ss(shared_exclusive_lock_.get());
167
SharedScope
ss(shared_exclusive_lock_.get());
Completed in 276 milliseconds