OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedKernelLock
(Results
1 - 10
of
10
) 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.cc
208
ScopedKernelLock
lock(this);
213
ScopedKernelLock
* const lock) {
224
ScopedKernelLock
lock(this);
235
ScopedKernelLock
lock(this);
245
ScopedKernelLock
lock(this);
250
ScopedKernelLock
* lock) {
269
ScopedKernelLock
lock(this);
283
ScopedKernelLock
lock(this);
347
ScopedKernelLock
lock(this);
353
ScopedKernelLock
* lock)
[
all
...]
directory.h
39
class
ScopedKernelLock
;
55
friend class
ScopedKernelLock
;
373
ScopedKernelLock
* lock);
436
// within parent. Protected by the
ScopedKernelLock
.
480
EntryKernel* GetEntryById(const Id& id,
ScopedKernelLock
* const lock);
508
EntryKernel* entry,
ScopedKernelLock
* lock);
524
const
ScopedKernelLock
& lock,
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());
367
ScopedKernelLock
lock(dir());
mutable_entry.cc
111
ScopedKernelLock
lock(dir());
180
ScopedKernelLock
lock(dir());
220
ScopedKernelLock
lock(dir());
/external/chromium/chrome/browser/sync/syncable/
syncable.cc
108
ScopedIndexUpdater(const
ScopedKernelLock
& proof_of_lock,
419
ScopedKernelLock
lock(this);
424
ScopedKernelLock
* const lock) {
436
ScopedKernelLock
lock(this);
449
ScopedKernelLock
lock(this);
466
ScopedKernelLock
lock(this);
471
ScopedKernelLock
* lock) {
488
ScopedKernelLock
lock(this);
520
ScopedKernelLock
lock(this);
524
void Directory::InsertEntry(EntryKernel* entry,
ScopedKernelLock
* lock)
[
all
...]
syncable.h
659
class
ScopedKernelLock
;
669
friend class
ScopedKernelLock
;
801
ScopedKernelLock
* lock);
814
ScopedKernelLock
* lock);
824
EntryKernel* GetEntryById(const Id& id,
ScopedKernelLock
* const lock);
932
void InsertEntry(EntryKernel* entry,
ScopedKernelLock
* lock);
941
// a
ScopedKernelLock
.
[
all
...]
Completed in 768 milliseconds