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

Function kwsysProcess_List_NextProcess

Source/kwsys/ProcessWin32.c:2340–2345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2338}
2339
2340static int kwsysProcess_List_NextProcess(kwsysProcess_List* self)
2341{
2342 return (self ? (self->NT4 ? kwsysProcess_List__Next_NT4(self)
2343 : kwsysProcess_List__Next_Snapshot(self))
2344 : 0);
2345}
2346
2347static int kwsysProcess_List__New_NT4(kwsysProcess_List* self)
2348{

Callers 1

kwsysProcessKillTreeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…