HomeSort by relevance Sort by last modified time
    Searched defs:ScopedKernelLock (Results 1 - 4 of 4) 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);
  /external/chromium/chrome/browser/sync/syncable/
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...]
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...]

Completed in 92 milliseconds