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

Function kwsysProcess_List__GetParentId_Snapshot

Source/kwsys/ProcessWin32.c:2494–2497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2492}
2493
2494static int kwsysProcess_List__GetParentId_Snapshot(kwsysProcess_List* self)
2495{
2496 return self->Snapshot ? self->CurrentEntry.th32ParentProcessID : -1;
2497}
2498
2499static void kwsysProcessKill(DWORD pid)
2500{

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…