MCPcopy Create free account
hub / github.com/catboost/catboost / Sleep

Function Sleep

util/datetime/base.cpp:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244void Sleep(TDuration duration) {
245 NanoSleep(duration.NanoSeconds());
246}
247
248void sprint_gm_date(char* buf, time_t when, long* sec) {
249 struct tm theTm;

Callers 15

RequestMethod · 0.85
RequestMethod · 0.85
mainFunction · 0.85
PingerThreadFunctionMethod · 0.85
NewRequestMethod · 0.85
TEST_FFunction · 0.85
TEST_PFunction · 0.85
WaitMethod · 0.85
PurgeCacheMethod · 0.85
ServeRequestMethod · 0.85

Calls 2

NanoSleepFunction · 0.85
NanoSecondsMethod · 0.80

Tested by 5

RequestMethod · 0.68
RequestMethod · 0.68
ThreadSafeLazyInitMethod · 0.68