582856d142
TerminateProcess shouldn't call kill if the PID is <=0 because this has unwanted effects (and is not what TerminateProcess should do): * with PID == 0 any process in the same process group gets the signal sent * with PID == -1 *every* processes that the running users has permissions to gets the signal sent * with PID < -1 the process within the same process group and -PID gets the signal send For more details see kill(2). |
||
---|---|---|
.. | ||
test | ||
argv.c | ||
CMakeLists.txt | ||
module.def | ||
ModuleOptions.cmake | ||
process.c | ||
processor.c | ||
thread.c | ||
thread.h | ||
tls.c |