Hi... On Mon, May 14, 2012 at 3:39 PM, Paolo Bonzini <[email protected]> wrote: > It doesn't use sigaction. :) Whenever the POSIX version would send a > signal to a thread, the Windows version does the following: > > - call SuspendThread on the receiving thread; > > - execute the signal handler code in the sending thread;
you meant, "the receiving thread", right? > > - call ResumeThread on the receiving thread. > > It is not exactly the same thing, but it is enough for QEMU's needs. > > Paolo > > -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
