Itamar
c9396be83f
WaitBlocker: don't unblock if thread has pending SIGCONT
...
Previosuly, if we sent a SIGCONT to a stopped thread
and then waitpid() with WSTOPPED on that thread before
the signal was dispatched,
then the WaitBlocker would first unblock (because the thread is stopped)
and only after that the thread would get the SIGCONT signal.
This would mean that when waitpid returns
the waitee is not stopped.
To fix this, we do not unblock the waiting thread
if the waitee thread has a pending SIGCONT.
2020-03-28 18:27:18 +01:00
..
2020-03-23 13:48:44 +01:00
2020-03-24 16:15:33 +01:00
2020-03-28 10:09:48 +01:00
2020-03-23 13:48:44 +01:00
2020-03-08 13:06:51 +01:00
2020-03-24 16:15:33 +01:00
2020-03-24 16:15:33 +01:00
2020-03-23 13:48:44 +01:00
2020-03-23 13:48:44 +01:00
2020-03-26 08:18:47 +01:00
2020-03-23 13:48:44 +01:00
2020-02-10 12:07:48 +01:00
2020-02-02 00:20:41 +01:00
2020-03-21 09:46:30 +01:00
2020-03-25 16:16:04 +01:00
2020-02-09 19:38:17 +01:00
2020-01-18 09:45:54 +01:00
2020-01-13 11:06:42 +01:00
2020-03-23 13:48:44 +01:00
2020-02-16 01:27:42 +01:00
2020-01-18 09:45:54 +01:00
2020-02-28 20:07:51 +01:00
2020-03-24 16:15:33 +01:00
2020-03-24 16:15:33 +01:00
2020-03-24 16:15:33 +01:00
2020-03-28 10:09:48 +01:00
2020-03-23 13:48:44 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-01-18 09:45:54 +01:00
2020-01-31 13:13:04 +01:00
2020-01-18 09:45:54 +01:00
2020-03-22 01:22:32 +01:00
2020-02-16 01:27:42 +01:00
2020-03-02 22:23:39 +01:00
2020-02-16 01:27:42 +01:00
2020-01-17 22:34:26 +01:00
2020-03-02 22:23:39 +01:00
2020-02-26 13:06:40 +01:00
2020-03-21 09:46:30 +01:00
2020-03-28 10:09:48 +01:00
2020-02-10 10:46:25 +01:00
2020-02-16 01:27:42 +01:00
2020-02-04 19:11:52 +01:00
2020-01-18 09:45:54 +01:00
2020-03-22 01:22:32 +01:00
2020-03-08 13:06:51 +01:00
2020-03-22 08:51:40 +01:00
2020-03-19 15:48:00 +01:00
2020-03-08 13:06:51 +01:00
2020-02-16 01:27:42 +01:00
2020-02-27 10:41:32 +01:00
2020-02-22 10:54:50 +01:00
2020-02-16 01:27:42 +01:00
2020-02-16 01:27:42 +01:00
2020-03-02 22:23:39 +01:00
2020-01-18 09:45:54 +01:00
2020-03-24 16:15:33 +01:00
2020-03-28 18:27:18 +01:00
2020-03-19 15:48:00 +01:00
2020-03-02 22:23:39 +01:00
2020-02-28 12:55:58 +01:00
2020-02-10 10:46:25 +01:00
2020-03-24 16:15:33 +01:00
2020-03-24 16:15:33 +01:00
2020-03-02 22:23:39 +01:00
2020-03-08 13:06:51 +01:00
2020-03-23 13:48:44 +01:00
2020-02-16 01:27:42 +01:00
2020-03-19 15:48:00 +01:00
2020-03-19 15:48:00 +01:00
2020-02-26 13:06:40 +01:00
2020-02-26 13:06:40 +01:00