OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedKernelLock
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/sync/syncable/
scoped_kernel_lock.cc
12
ScopedKernelLock
::
ScopedKernelLock
(const Directory* dir)
16
ScopedKernelLock
::~
ScopedKernelLock
() {}
scoped_kernel_lock.h
16
class
ScopedKernelLock
{
18
explicit
ScopedKernelLock
(const Directory* dir);
19
~
ScopedKernelLock
();
23
DISALLOW_COPY_AND_ASSIGN(
ScopedKernelLock
);
scoped_parent_child_index_updater.h
15
class
ScopedKernelLock
;
22
ScopedParentChildIndexUpdater(
ScopedKernelLock
& proof_of_lock,
scoped_parent_child_index_updater.cc
13
ScopedKernelLock
& proof_of_lock,
directory.h
42
class
ScopedKernelLock
;
61
friend class
ScopedKernelLock
;
470
// within parent. Protected by the
ScopedKernelLock
.
524
//
ScopedKernelLock
and one that doesn't. The general pattern is that those
525
// without a
ScopedKernelLock
parameter construct one internally before
529
virtual EntryKernel* GetEntryByHandle(const
ScopedKernelLock
& lock,
533
virtual EntryKernel* GetEntryById(const
ScopedKernelLock
& lock, const Id& id);
540
bool InsertEntry(const
ScopedKernelLock
& lock,
558
const
ScopedKernelLock
& lock,
564
const
ScopedKernelLock
& lock
[
all
...]
directory.cc
135
ScopedKernelLock
lock(this);
227
ScopedKernelLock
lock(this);
231
EntryKernel* Directory::GetEntryById(const
ScopedKernelLock
& lock,
243
ScopedKernelLock
lock(this);
254
ScopedKernelLock
lock(this);
264
ScopedKernelLock
lock(this);
268
EntryKernel* Directory::GetEntryByHandle(const
ScopedKernelLock
& lock,
288
ScopedKernelLock
lock(this);
344
ScopedKernelLock
lock(this);
348
bool Directory::InsertEntry(const
ScopedKernelLock
& lock
[
all
...]
model_neutral_mutable_entry.cc
80
ScopedKernelLock
lock(dir());
131
ScopedKernelLock
lock(dir());
163
ScopedKernelLock
lock(dir());
230
ScopedKernelLock
lock(dir());
254
ScopedKernelLock
lock(dir());
350
ScopedKernelLock
lock(dir());
379
ScopedKernelLock
lock(dir());
mutable_entry.cc
110
ScopedKernelLock
lock(dir());
179
ScopedKernelLock
lock(dir());
219
ScopedKernelLock
lock(dir());
Completed in 77 milliseconds