Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ usleep
Function
usleep
util/system/compat.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
void usleep(i64 len) {
24
Sleep((unsigned long)len / 1000);
25
}
26
27
#include <fcntl.h>
28
int ftruncate(int fd, i64 length) {
Callers
15
ParseInetName
Function · 0.85
ParseInetName
Function · 0.85
Stop
Method · 0.85
Next
Method · 0.85
Y_CPU_BENCHMARK
Function · 0.85
wait
Method · 0.85
zmq_poll
Function · 0.85
zmq_poll_check_items_
Function · 0.85
sleep_ms
Function · 0.85
resolve_nic_name
Method · 0.85
nanosleep
Function · 0.85
nanosleep
Function · 0.85
Calls
1
Sleep
Function · 0.85
Tested by
no test coverage detected