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

Function kwsysProcess_List_GetCurrentProcessId

Source/kwsys/ProcessWin32.c:2326–2331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2324}
2325
2326static int kwsysProcess_List_GetCurrentProcessId(kwsysProcess_List* self)
2327{
2328 return self ? (self->NT4 ? kwsysProcess_List__GetProcessId_NT4(self)
2329 : kwsysProcess_List__GetProcessId_Snapshot(self))
2330 : -1;
2331}
2332
2333static int kwsysProcess_List_GetCurrentParentId(kwsysProcess_List* self)
2334{

Callers 1

kwsysProcessKillTreeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…