Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ sleep
Function
sleep
util/system/compat.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
#ifdef _win_
18
19
void sleep(i64 len) {
20
Sleep((unsigned long)len * 1000);
21
}
22
23
void usleep(i64 len) {
24
Sleep((unsigned long)len / 1000);
Callers
15
FinishOutstandingTransactions
Method · 0.85
FinishOutstandingTransactions
Method · 0.85
Y_UNIT_TEST
Function · 0.85
FinishOutstandingTransactions
Method · 0.85
RTNAME(Sleep)
Function · 0.85
zmq_sleep
Function · 0.85
SleepSeconds
Function · 0.85
pause
Method · 0.85
pause
Method · 0.85
nanosleep
Function · 0.85
nanosleep
Function · 0.85
nanosleep
Function · 0.85
Calls
1
Sleep
Function · 0.85
Tested by
no test coverage detected