HomeSort by relevance Sort by last modified time
    Searched refs:ScopedKernelLock (Results 1 - 9 of 9) 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 38 class ScopedKernelLock;
53 friend class ScopedKernelLock;
374 ScopedKernelLock* lock);
437 // within parent. Protected by the ScopedKernelLock.
481 EntryKernel* GetEntryById(const Id& id, ScopedKernelLock* const lock);
509 EntryKernel* entry, ScopedKernelLock* lock);
525 const ScopedKernelLock& lock,
mutable_entry.cc 144 ScopedKernelLock lock(dir());
165 ScopedKernelLock lock(dir());
211 ScopedKernelLock lock(dir());
329 ScopedKernelLock lock(dir());
353 ScopedKernelLock lock(dir());
387 ScopedKernelLock lock(dir());
447 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 72 milliseconds