diff options
author | Brad King <brad.king@kitware.com> | 2009-12-01 13:10:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-12-01 13:10:22 (GMT) |
commit | be36c14bea37e47ead0f6789f8f7a969e51f8829 (patch) | |
tree | dd6cdbfe9c65a037e020b073bedad94a40ea4554 /Utilities/Release | |
parent | afef52454e72b10c9b3a8d373c5ba66b4acdc067 (diff) | |
download | CMake-be36c14bea37e47ead0f6789f8f7a969e51f8829.zip CMake-be36c14bea37e47ead0f6789f8f7a969e51f8829.tar.gz CMake-be36c14bea37e47ead0f6789f8f7a969e51f8829.tar.bz2 |
KWSys: Use "ps -Af" for process list on QNX
In order to kill process trees we need to list all processes to find
those whose parent we are killing. We implement process listing on QNX
using "ps -Af" and parsing the resulting format:
UID PID PPID C STIME TTY TIME CMD
%*d %d %d %*[^\n]\n
Diffstat (limited to 'Utilities/Release')
0 files changed, 0 insertions, 0 deletions