Home | History | Annotate | Download | only in syncable

Lines Matching refs:ScopedKernelLock

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.
1049 const ScopedKernelLock& lock,
1057 const ScopedKernelLock& lock,
1063 const ScopedKernelLock& lock,
1071 class ScopedKernelLock {
1073 explicit ScopedKernelLock(const Directory*);
1074 ~ScopedKernelLock() {}
1078 DISALLOW_COPY_AND_ASSIGN(ScopedKernelLock);