FreeRDP/winpr/libwinpr/thread
Norbert Federa c84e90bf06 winpr: fix CreateProcess signal handler issues
The calling thread of CreateProcess can be in any library and
can have arbitrary signal masks and handlers.

We now save the caller's mask and  block all signals before forking.
After fork:
- child resets the handlers and unblocks all signals.
- parent restores the caller's original signal mask.
2015-07-02 11:28:06 +02:00
..
test winpr/thread: fix test compilation on windows 2015-06-22 19:09:59 +02:00
argv.c free can handle NULL perfectly fine 2015-05-11 09:07:39 +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: fix CreateProcess signal handler issues 2015-07-02 11:28:06 +02:00
processor.c libwinpr-synch: stubbed more 2012-09-18 15:51:33 -04:00
thread.c winpr-thread: added HP's copyright 2015-05-27 18:24:56 +02:00
thread.h winpr-thread: added HP's copyright 2015-05-27 18:24:56 +02:00
tls.c libwinpr: stubbed a couple more modules of interest 2012-09-19 21:42:46 -04:00