Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetPriority
Function
GetPriority
util/system/nice_ut.cpp:10–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include <sys/resource.h>
9
10
static int GetPriority() {
11
return getpriority(PRIO_PROCESS, 0);
12
}
13
#endif
14
15
Y_UNIT_TEST_SUITE(NiceTest) {
Callers
1
Y_UNIT_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected