Searched refs:locked (Results 1 – 7 of 7) sorted by relevance
14 …locked 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…
43 …or manipulating those meta data structures. Those meta operations are often locked inside DB mutex.
70 bool locked = true; in TryLockFor() local73 locked = mutex_.try_lock(); in TryLockFor()85 if (!locked) { in TryLockFor()
407 bool locked) { in CheckPreparedAgainstMax() argument422 if (locked) { in CheckPreparedAgainstMax()443 if (locked) { in CheckPreparedAgainstMax()449 void WritePreparedTxnDB::AddPrepared(uint64_t seq, bool locked) { in AddPrepared() argument454 if (!locked) { in AddPrepared()469 if (!locked) { in AddPrepared()
329 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) {
22 void throwIfAlreadyLocked(Bool&& locked) { in throwIfAlreadyLocked() argument23 if (kIsDebug && locked) { in throwIfAlreadyLocked()30 void throwIfNotLocked(Bool&& locked) { in throwIfNotLocked() argument31 if (kIsDebug && !locked) { in throwIfNotLocked()
7863 my $locked = 0;7864 while(not $locked) {7875 $locked = 1;7883 $locked = 2;7898 $locked = 3;