c84e90bf06
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. |
||
---|---|---|
.. | ||
test | ||
argv.c | ||
CMakeLists.txt | ||
module.def | ||
ModuleOptions.cmake | ||
process.c | ||
processor.c | ||
thread.c | ||
thread.h | ||
tls.c |