Searched refs:pre (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/third-party/folly/folly/synchronization/ |
| D | DistributedMutex-inl.h | 978 auto pre = 987 if (pre == kSleeping) { 995 while (pre != kWake) { 1007 pre = waiter->metadata_.sleeper_.load(std::memory_order_acquire); 1008 assert((pre == kSleeping) || (pre == kWake)); 1434 auto pre = 1438 if (pre != kSleeping) {
|
| /rocksdb-6.9/docs/_sass/ |
| D | _reset.scss | 2 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
| D | _syntax-highlighting.scss | 106 pre {
|
| /rocksdb-6.9/ |
| D | WINDOWS_PORT.md | 73 …pre-allocate disk space for faster I/O thus compensating for the absence of `fallocate` although s…
|
| D | INSTALL.md | 169 … project which uses rocksdb iOS library, make sure to define two important pre-processing macros: …
|
| /rocksdb-6.9/build_tools/ |
| D | gnu_parallel | 5539 my ($pre,$post,$cleanup)=("","",""); 5546 $pre .= $self->sshtransfer(); 5614 ($pre 5657 my @pre; 5661 push @pre, $sshlogin->rsync_transfer_cmd($file,$workdir).";"; 5663 return join("",@pre); 5697 my $pre = ""; 5723 $pre .= "mkdir -p $basedir$cd; ".$sshlogin->rsync()." $rsync_cd $rsync_opt $serverlogin:". 5726 return $pre;
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-05-14-lock.markdown | 43 …nts are pre-allocated as members of the autovector class. When an autovector is used as a stack va…
|
| D | 2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown | 26 Inspired by this concept, we pre-build pointers at compaction time on level 1 files that point to a…
|
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer_test.cc | 519 for (auto const& pre : prefix) { in TEST_F() local 523 const std::string bt_access_count_summary = test_path_ + "/" + pre + in TEST_F()
|