Searched defs:ScopedKernelLock (Results 1 - 2 of 2) 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);

Completed in 489 milliseconds