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

Function RegularYield

library/cpp/threading/local_executor/local_executor.cpp:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#ifdef _win_
16static void RegularYield() {
17}
18#else
19// unix actually has cooperative multitasking! :)
20// without this function program runs slower and system lags for some magic reason

Callers 3

DoSingleOpMethod · 0.85
WaitCompleteMethod · 0.85
HostWorkerThreadMethod · 0.85

Calls 1

SchedYieldFunction · 0.85

Tested by

no test coverage detected