MCPcopy Create free account
hub / github.com/ElementsProject/elements / SleepForMicroseconds

Method SleepForMicroseconds

src/leveldb/util/env_posix.cc:728–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726 }
727
728 void SleepForMicroseconds(int micros) override {
729 std::this_thread::sleep_for(std::chrono::microseconds(micros));
730 }
731
732 private:
733 void BackgroundThreadMain();

Callers 5

SleepForMicrosecondsFunction · 0.45
TESTFunction · 0.45
DelayMillisecondsFunction · 0.45
DoReadsMethod · 0.45
MakeRoomForWriteMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
DelayMillisecondsFunction · 0.36
DoReadsMethod · 0.36