Why does not linux kernel choice a thread oriented signal schema?

47 Views Asked by At

Now, linux signal is handled by any thread in a process. why does not linux take a thread oriented signal schema. In some case, the signal event raised by thread A also want to be solved by thread A And if the event has not been solved, thread A cannot going on. So does it possible to reimplement linux kernel's signal mechanisim?

0

There are 0 best solutions below