]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Fri, 29 Jan 2021 03:46:26 +0000 (12:46 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 1 Feb 2021 09:54:04 +0000 (10:54 +0100)
commit6c1552b0da7c7cdf1cf1668b3706c0d1a14c9b2d
tree2318def65e4a334fc56ea95e8f846a7549f3d126
parent6ab2d284e54384cc6e7dc13eed1eddd12bd77879
Cygwin: exceptions.cc: Suspend all threads in sig_handle_tty_stop().

- 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
This page took 0.032098 seconds and 5 git commands to generate.