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 - 3
of
3
) sorted by null
/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 24 milliseconds