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

Function kwsysProcess_List_Delete

Source/kwsys/ProcessWin32.c:2307–2317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2305}
2306
2307static void kwsysProcess_List_Delete(kwsysProcess_List* self)
2308{
2309 if (self) {
2310 if (self->NT4) {
2311 kwsysProcess_List__Delete_NT4(self);
2312 } else {
2313 kwsysProcess_List__Delete_Snapshot(self);
2314 }
2315 free(self);
2316 }
2317}
2318
2319static int kwsysProcess_List_Update(kwsysProcess_List* self)
2320{

Callers 2

kwsysProcess_List_NewFunction · 0.85
kwsysProcessKillTreeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…