Searched defs:ScopedKernelLock (Results 1 - 4 of 4) 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);
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable.h659 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.
1049 const ScopedKernelLock& lock,
1057 const ScopedKernelLock& lock,
1063 const ScopedKernelLock
1071 class ScopedKernelLock { class in namespace:syncable
[all...]
H A Dsyncable.cc108 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* loc
1097 ScopedKernelLock::ScopedKernelLock(const Directory* dir) function in class:syncable::ScopedKernelLock
[all...]

Completed in 181 milliseconds