| 1468 | } |
| 1469 | |
| 1470 | void 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…