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

Function kwsysProcess_KillPID

Source/kwsys/ProcessWin32.c:1470–1473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468}
1469
1470void kwsysProcess_KillPID(unsigned long process_id)
1471{
1472 kwsysProcessKillTree((DWORD)process_id);
1473}
1474
1475/*
1476 Function executed for each pipe's thread. Argument is a pointer to

Callers

nothing calls this directly

Calls 1

kwsysProcessKillTreeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…