Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
bool 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_TEST
Function · 0.85
OnFork
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected