OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LockImpl
(Results
1 - 4
of
4
) sorted by null
/external/libchrome/base/synchronization/
lock_impl.h
22
// used for the Lock class. Most users should not use
LockImpl
directly, but
24
class BASE_EXPORT
LockImpl
{
32
LockImpl
();
33
~
LockImpl
();
54
DISALLOW_COPY_AND_ASSIGN(
LockImpl
);
lock_impl_posix.cc
15
LockImpl
::
LockImpl
() {
33
LockImpl
::~
LockImpl
() {
38
bool
LockImpl
::Try() {
44
void
LockImpl
::Lock() {
49
void
LockImpl
::Unlock() {
lock.h
87
internal::
LockImpl
lock_;
/external/libchrome/base/
logging.cc
216
log_lock = new base::internal::
LockImpl
();
245
//
LockImpl
directly instead of using Lock, because Lock makes logging calls.
246
static base::internal::
LockImpl
* log_lock;
261
base::internal::
LockImpl
* LoggingLock::log_lock = nullptr;
Completed in 316 milliseconds