Re: [PATCH] Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().

2021-02-01 Thread Corinna Vinschen via Cygwin-patches
On Jan 29 12:46, Takashi Yano via Cygwin-patches wrote: > - Currently, thread created by pthread_create() is not suspended by > the signal SIGTSTP. For example, even if a process with a thread > is suspended by Ctrl-Z, the thread continues running. This patch > fixes the issue. > --- > winsu

[PATCH] Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().

2021-01-28 Thread Takashi Yano via Cygwin-patches
- Currently, thread created by pthread_create() is not suspended by the signal SIGTSTP. For example, even if a process with a thread is suspended by Ctrl-Z, the thread continues running. This patch fixes the issue. --- winsup/cygwin/exceptions.cc | 2 ++ 1 file changed, 2 insertions(+) diff