Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SleepForMicroseconds
Function · 0.45
TEST
Function · 0.45
DelayMilliseconds
Function · 0.45
DoReads
Method · 0.45
MakeRoomForWrite
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
DelayMilliseconds
Function · 0.36
DoReads
Method · 0.36