This ensures that if a mutator thread is blocked in a system call when the MPS handles a signal, the system call will not fail with EINTR but instead will be restarted. Add a test case for the thread suspend and resume signals.