Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2017-06-26-17-level-based-changes.markdown14locked due to involvement in pending L0->L1 or L1->L2 compactions. We can only schedule a parallel…
16 …kly reduces file count in L0 and can be scheduled even when L1 files are locked, unlike L0->L1. We…
30 …an't compact it because it overlaps with the top two files, which overlap with the locked L0 files.
32 …h this approach more clearly. First, locked files in L0 or L1 prevent us from parallelizing compac…
40 Say the L1->L2 compaction started first. Now L0->L1 is prevented by the locked L1 file. In this cas…
D2014-05-14-lock.markdown43 …or manipulating those meta data structures. Those meta operations are often locked inside DB mutex.
/rocksdb-6.9/utilities/transactions/
Dtransaction_db_mutex_impl.cc70 bool locked = true; in TryLockFor() local
73 locked = mutex_.try_lock(); in TryLockFor()
85 if (!locked) { in TryLockFor()
Dwrite_prepared_txn_db.cc407 bool locked) { in CheckPreparedAgainstMax() argument
422 if (locked) { in CheckPreparedAgainstMax()
443 if (locked) { in CheckPreparedAgainstMax()
449 void WritePreparedTxnDB::AddPrepared(uint64_t seq, bool locked) { in AddPrepared() argument
454 if (!locked) { in AddPrepared()
469 if (!locked) { in AddPrepared()
Dwrite_prepared_txn_db.h329 void AddPrepared(uint64_t seq, bool locked = false);
332 void CheckPreparedAgainstMax(SequenceNumber new_max, bool locked);
548 void pop(bool locked = false) {
549 if (!locked) {
573 if (!locked) {
/rocksdb-6.9/third-party/folly/folly/synchronization/detail/
DProxyLockable-inl.h22 void throwIfAlreadyLocked(Bool&& locked) { in throwIfAlreadyLocked() argument
23 if (kIsDebug && locked) { in throwIfAlreadyLocked()
30 void throwIfNotLocked(Bool&& locked) { in throwIfNotLocked() argument
31 if (kIsDebug && !locked) { in throwIfNotLocked()
/rocksdb-6.9/build_tools/
Dgnu_parallel7863 my $locked = 0;
7864 while(not $locked) {
7875 $locked = 1;
7883 $locked = 2;
7898 $locked = 3;