Date: Wed, 20 Jul 2016 21:39:46 -0700 From: Charles Cui <charles.cui1...@gmail.com> Message-ID: <ca+sxe9voygg-kmeovxwockhbmjp890fxh+id5zfgp5qkcbz...@mail.gmail.com>
| In conclusion, you think the signals are consumed | at the time of context switch. No, not just a context switch (that is when one process stops running - on a cpu - and another replaces it) - but any time that a user process resumes running in user mode (like when a system call completes, or a device interrupt is finished). Context switches are just one of the possibilities. kre