MCPcopy Create free account
hub / github.com/Kitware/CMake / kwsysProcess_List__GetParentId_NT4

Function kwsysProcess_List__GetParentId_NT4

Source/kwsys/ProcessWin32.c:2424–2427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2422}
2423
2424static int kwsysProcess_List__GetParentId_NT4(kwsysProcess_List* self)
2425{
2426 return self->CurrentInfo ? self->CurrentInfo->InheritedFromProcessId : -1;
2427}
2428
2429static int kwsysProcess_List__New_Snapshot(kwsysProcess_List* self)
2430{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…