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

Function ThreadYield

util/system/yield.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void ThreadYield() noexcept {
19#if defined(_freebsd_)
20 pthread_yield();
21#else
22 SchedYield();
23#endif
24}

Callers 11

WaitMethod · 0.85
WaitLowMethod · 0.85
LaunchBlockRequestMethod · 0.85
LaunchMethod · 0.85
~TContextDistributorMethod · 0.85
WaitDistributionMethod · 0.85
~TImplMethod · 0.85
RunTestFunction · 0.85
SleepMethod · 0.85

Calls 1

SchedYieldFunction · 0.85

Tested by 1