Blocked signals on the DebugServer thread and some tidying
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Bloom
|
||||
/**
|
||||
* Disables signal interrupts on current thread.
|
||||
*/
|
||||
void blockAllSignalsOnCurrentThread() {
|
||||
void blockAllSignals() {
|
||||
sigset_t set = {};
|
||||
sigfillset(&set);
|
||||
sigprocmask(SIG_SETMASK, &set, NULL);
|
||||
|
||||
Reference in New Issue
Block a user