Searched refs:cleanup (Results 1 – 13 of 13) sorted by relevance
| /rocksdb-6.9/tools/ |
| D | sst_dump_test.cc | 78 void cleanup(const Options& opts, const std::string& file_name) { in cleanup() function 144 cleanup(opts, file_path); in TEST_F() 166 cleanup(opts, file_path); in TEST_F() 188 cleanup(opts, file_path); in TEST_F() 210 cleanup(opts, file_path); in TEST_F() 232 cleanup(opts, file_path); in TEST_F() 251 cleanup(opts, file_path); in TEST_F()
|
| /rocksdb-6.9/build_tools/ |
| D | regression_build_test.sh | 21 function cleanup { function 29 trap cleanup EXIT
|
| D | gnu_parallel | 163 cleanup(); 657 "cleanup" => \$opt::cleanup, 956 $opt::cleanup = 1; 1460 sub cleanup { subroutine 5539 my ($pre,$post,$cleanup)=("","",""); 5740 for my $file ($self->cleanup()) { 5750 sub cleanup { subroutine 5754 if($opt::cleanup) {
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-06-27-avoid-expensive-locks-in-get.markdown | 45 // slow path, cleanup of current super version is omitted 74 …, that means a “sweep” was done and the reader thread is responsible for cleanup (this is expensiv…
|
| D | 2018-11-21-delete-range.markdown | 22 of its admin tool commands, `nodetool cleanup`, removes key-ranges that have been migrated
|
| /rocksdb-6.9/java/jmh/src/main/java/org/rocksdb/jmh/ |
| D | PutBenchmarks.java | 74 public void cleanup() throws IOException { in cleanup() method in PutBenchmarks
|
| D | ComparatorBenchmarks.java | 112 public void cleanup() throws IOException { in cleanup() method in ComparatorBenchmarks
|
| D | GetBenchmarks.java | 90 public void cleanup() throws IOException { in cleanup() method in GetBenchmarks
|
| D | MultiGetBenchmarks.java | 99 public void cleanup() throws IOException { in cleanup() method in MultiGetBenchmarks
|
| /rocksdb-6.9/ |
| D | WINDOWS_PORT.md | 80 …l storage cleanup on thread-exit we added a limited amount of windows specific code within the sam…
|
| D | HISTORY.md | 987 * Bunch of code cleanup, some extra warnings turned on (-Wshadow, -Wshorten-64-to-32, -Wnon-virtual…
|
| /rocksdb-6.9/CMakeFiles/ |
| D | Makefile2 | 692 # Special targets to cleanup operation of make.
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.cc | 1488 IterState* cleanup = in NewInternalIterator() local 1492 internal_iter->RegisterCleanup(CleanupIteratorState, cleanup, nullptr); in NewInternalIterator()
|