MCPcopy 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
16TProcessId GetPID() {
17#ifdef _win_
18 return GetCurrentProcessId();
19#else
20 return getpid();
21#endif
22}

Callers 5

HereMethod · 0.85
ExtraDataMethod · 0.85
THostEntropyMethod · 0.85
GetMemInfoFunction · 0.85
TestMethod · 0.85

Calls 1

getpidFunction · 0.50

Tested by 1

TestMethod · 0.68