Searched refs:delay (Results 1 – 9 of 9) sorted by relevance
24 auto delay = states_delay[state].load(std::memory_order_relaxed); in TEST_StateDelay() local25 if (delay > 0) { in TEST_StateDelay()26 Env::Default()->SleepForMicroseconds(delay); in TEST_StateDelay()
81 bool wait(uint64_t delay) { in wait() argument83 if (running_ && delay > 0) { in wait()84 uint64_t wait_until = env_->NowMicros() + delay; in wait()
234 …delay=8; stop=12; wbn=3; mbc=20; mb=67108864;wbs=134217728; dds=1; sync=0; r=1000000000; t=1; vs=2…237 …delay=8; stop=12; wbn=3; mbc=20; mb=67108864;wbs=134217728; dds=0; sync=0; r=1000000000; t=32; vs=…
41 …_number > 3, writes will be slowed down when writing to the last write buffer to delay a full stop.
38 … on EXT. Instead of removing those logging, we came up with a solution of delay logging. When insi…67 Sorry for the delay. We don’t have feature support for this scenario yet. Here is an example you ca…
12 …the meanwhile. This makes memory a bottleneck for large transactions. The delay of the commit phas…
1405 uint64_t delay = write_controller_.GetDelay(env_, num_bytes); in DelayWrite() local1406 if (delay > 0) { in DelayWrite()1420 uint64_t stall_end = sw.start_time() + delay; in DelayWrite()
635 "delay=f" => \$opt::delay,926 if(not defined $opt::delay) {928 $opt::delay = $opt::sshdelay;1735 if($opt::delay and $opt::delay > ::now() - $Global::newest_starttime) {
384 …allow_write_stall`). Note that the default value is false, meaning we add delay to Flush calls unt…502 …value is false, meaning we add delay to `CompactRange` calls until stalling can be avoided when po…813 …_number > 3, writes will be slowed down when writing to the last write buffer to delay a full stop.