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

Function getpid

tools/custom_pid/custom_pid.c:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <unistd.h>
2
3pid_t getpid(void) {
4 return 0;
5}

Callers 5

TTimeLoggerMethod · 0.50
~TTimeLoggerMethod · 0.50
GetMemInfoFunction · 0.50
FreeBSDGetArgv0Function · 0.50
GetPIDFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected