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

Function kwsysProcess_List_GetCurrentParentId

Source/kwsys/ProcessWin32.c:2333–2338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2331}
2332
2333static int kwsysProcess_List_GetCurrentParentId(kwsysProcess_List* self)
2334{
2335 return self ? (self->NT4 ? kwsysProcess_List__GetParentId_NT4(self)
2336 : kwsysProcess_List__GetParentId_Snapshot(self))
2337 : -1;
2338}
2339
2340static int kwsysProcess_List_NextProcess(kwsysProcess_List* self)
2341{

Callers 1

kwsysProcessKillTreeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…