FreeRDP/winpr/libwinpr/thread
Bernhard Miklautz 582856d142 winpr/process: handle pids <= 0
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).
2015-02-09 14:07:14 +01:00
..
test winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
argv.c Reformatted changed files. 2014-09-09 16:32:22 +02:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
module.def winpr: stubbed pipe module, added some test stubs 2012-10-07 16:13:30 -04:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
process.c winpr/process: handle pids <= 0 2015-02-09 14:07:14 +01:00
processor.c libwinpr-synch: stubbed more 2012-09-18 15:51:33 -04:00
thread.c libwinpr: better indentation 2015-01-28 12:43:20 +01:00
thread.h Fixed type of stack trace variables. 2014-11-11 21:00:03 +01:00
tls.c libwinpr: stubbed a couple more modules of interest 2012-09-19 21:42:46 -04:00