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

Function Nice

util/system/nice.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#endif
8
9bool Nice(int prioDelta) {
10#if defined(_unix_)
11 return nice(prioDelta) != -1;
12#else
13 return prioDelta == 0;
14#endif
15}

Callers 2

Y_UNIT_TESTFunction · 0.85
OnForkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected