Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetPID
Function
GetPID
util/system/getpid.cpp:16–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
#endif
15
16
TProcessId GetPID() {
17
#ifdef _win_
18
return GetCurrentProcessId();
19
#else
20
return getpid();
21
#endif
22
}
Callers
5
Here
Method · 0.85
ExtraData
Method · 0.85
THostEntropy
Method · 0.85
GetMemInfo
Function · 0.85
Test
Method · 0.85
Calls
1
getpid
Function · 0.50
Tested by
1
Test
Method · 0.68