Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ UninterruptibleSleep
Function
UninterruptibleSleep
src/util/time.cpp:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#include <tinyformat.h>
21
22
void UninterruptibleSleep(const std::chrono::microseconds& n) { std::this_thread::sleep_for(n); }
23
24
static std::atomic<int64_t> nMockTime(0); //!< For testing
25
Callers
12
HTTPReq_JSONRPC
Function · 0.85
ConnectAndCallRPC
Function · 0.85
MainchainRPCCheck
Function · 0.85
Rewrite
Method · 0.85
Backup
Method · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_FIXTURE_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
BOOST_FIXTURE_TEST_CASE
Function · 0.85
BOOST_FIXTURE_TEST_CASE
Function · 0.85
stop
Function · 0.85
Calls
no outgoing calls
Tested by
6
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_FIXTURE_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_AUTO_TEST_CASE
Function · 0.68
BOOST_FIXTURE_TEST_CASE
Function · 0.68
BOOST_FIXTURE_TEST_CASE
Function · 0.68