MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / pid

Function pid

src/OSspecific/POSIX/POSIX.C:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
79
80pid_t Foam::pid()
81{
82 return ::getpid();
83}
84
85
86pid_t Foam::ppid()

Callers 3

updateFunction · 0.85
JobInfo.CFile · 0.85
parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected