OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:save_changes_mutex
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/sync/syncable/
directory.h
466
base::Lock
save_changes_mutex
;
member in struct:syncer::syncable::Directory::Kernel
syncable_unittest.cc
592
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
621
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
654
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
717
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
743
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
[
all
...]
directory.cc
518
base::AutoLock scoped_lock(kernel_->
save_changes_mutex
);
[
all
...]
/external/chromium/chrome/browser/sync/syncable/
syncable_unittest.cc
441
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
470
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
503
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
639
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
665
base::AutoLock scoped_lock(dir_->kernel_->
save_changes_mutex
);
[
all
...]
syncable.h
1037
base::Lock
save_changes_mutex
;
member in struct:syncable::Directory::Kernel
[
all
...]
syncable.cc
629
base::AutoLock scoped_lock(kernel_->
save_changes_mutex
);
[
all
...]
Completed in 37 milliseconds