Searched refs:ScopedKernelLock (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sync/syncable/
H A Dscoped_kernel_lock.cc12 ScopedKernelLock::ScopedKernelLock(const Directory* dir) function in class:syncer::syncable::ScopedKernelLock
16 ScopedKernelLock::~ScopedKernelLock() {}
H A Dscoped_kernel_lock.h16 class ScopedKernelLock { class in namespace:syncer::syncable
18 explicit ScopedKernelLock(const Directory* dir);
19 ~ScopedKernelLock();
23 DISALLOW_COPY_AND_ASSIGN(ScopedKernelLock);
H A Dscoped_parent_child_index_updater.h15 class ScopedKernelLock;
22 ScopedParentChildIndexUpdater(ScopedKernelLock& proof_of_lock,
H A Dscoped_parent_child_index_updater.cc13 ScopedKernelLock& proof_of_lock,
H A Ddirectory.cc135 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
[all...]
H A Ddirectory.h42 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
[all...]
H A Dmodel_neutral_mutable_entry.cc80 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());
H A Dmutable_entry.cc110 ScopedKernelLock lock(dir());
179 ScopedKernelLock lock(dir());
219 ScopedKernelLock lock(dir());

Completed in 323 milliseconds