OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LogAndApply
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/leveldatabase/src/db/
version_set.h
177
// REQUIRES: no other thread concurrently calls
LogAndApply
()
178
Status
LogAndApply
(VersionEdit* edit, port::Mutex* mu)
db_impl.cc
522
s = versions_->
LogAndApply
(&edit, &mutex_);
693
status = versions_->
LogAndApply
(c->edit(), &mutex_);
852
return versions_->
LogAndApply
(compact->compaction->edit(), &mutex_);
[
all
...]
db_test.cc
[
all
...]
version_set.cc
825
Status VersionSet::
LogAndApply
(VersionEdit* edit, port::Mutex* mu) {
854
// first call to
LogAndApply
(when opening the database).
[
all
...]
Completed in 332 milliseconds