Searched refs:before (Results 1 – 25 of 30) sorted by relevance
12
123 uint32_t before = state_.load(std::memory_order_acquire); in post() local125 assert(before == INIT || before == WAITING || before == TIMED_OUT); in post()127 if (before == INIT && in post()129 before, in post()136 assert(before == WAITING || before == TIMED_OUT); in post()138 if (before == TIMED_OUT) { in post()142 assert(before == WAITING); in post()
262 void FindSpliceForLevel(const DecodedKey& key, Node* before, Node* after, int level,707 Node* before, Node* after,711 Node* next = before->Next(level);720 assert(before == head_ || next == nullptr ||721 KeyIsAfterNode(next->Key(), before));722 assert(before == head_ || KeyIsAfterNode(key, before));725 *out_prev = before;729 before = next;
35 blockquote:before, blockquote:after,36 q:before, q:after {
80 &::before, &::after {100 &::before, &::after {231 &::before, &::after {
10 &::before {88 &::before {
65 .responsiveList .blockContent::before {
46 Update benchmark setup is same as before. CPU overhead improved 7.8x compared to global atomics, co…81 Update benchmark setup is same as before. CPU overhead worsened ~23% compared to thread-local, whil…99 Query latency is measured same as before with times in milliseconds. Average latency improved by 6.…
16 …art which data is committed, and if they are, whether they are committed before the transaction's …25 …s read snapshot. To rollback an aborted transaction, we apply the status before the transaction by…
19 …* Change and check meta data structures, before and after finishing compactions, flushes and new m…38 …utex. There is a chance that file write will wait for disk I/O to finish before finishing, even if…45 …we simply increase the reference counters of them, and release the mutex before creating any itera…
92 …te them). If `flush_before_backup` is false, backup will not issue flush before starting the backu…115 …detected, backup is aborted and the system is restored back to the state before `BackupableDB::Cre…
20 A Checkpoint object needs to be created for a database before checkpoints are created. The API is a…
37 To make sure the format works efficiently with empty queries, we added a bloom filter check before …
47 … when building SST file because we need to buffer keys (or their hashes) before generating filter.…
18 …if existing, by seeking and reading from an iterator of the write batch, before checking data in R…
23 …he last level, the size of level will be equal as the size of last level before the compaction. On…
15 protected void before() { in before() method in RocksNativeLibraryResource
154 auto before = FLUSH_REQUESTED; in MarkFlushScheduled() local155 return flush_state_.compare_exchange_strong(before, FLUSH_SCHEDULED, in MarkFlushScheduled()
9 # The variable CVF_VERSION must be set before calling configure_file().
99 * Fix OnFlushCompleted fired before flush result persisted in MANIFEST when there's concurrent flus…159 … checking that a key is in the perfix_extractor domain and extracting the prefix before looking up.164 …to those functions to override the readhead size. For checksum verifying before external SST file …280 * Close a WAL file before another thread deletes it.318 * Add support for block checksums verification for external SST files before ingestion.328 …ts. However, users can define a snapshot after the compaction starts and before it finishes and th…330 …er with default value of true. If false it skips validating the snapshot before doing the read. Si…385 …isticTransactionDB is expected to rollback/commit recovered transactions before starting new ones.…732 …have bypassed the WAL (writes issued with WriteOptions::disableWAL=true) before shutting down back…901 …er doing loads with WAL disabled, the changes which haven't been flushed before the call to Cancel…[all …]
84 …before any of the C++ globals or statics. To accomplish that we injected an initialization routine…
33 If you want to raise an error if the database already exists, add the following line before the roc…
7 …hem and not include them in your navigation - Jekyll renders all of this before a client views the…
13 > If you have run the site before, you can start with step 1 and then move on to step 5.
76 1. If you have not authored a blog post before, modify the `./_data/authors.yml` file with the `aut…
64 # this method to check if a value existed before the call to `delete`.