Re: [patch] Threads performance - allow signal handler to not call handler

Jeff Dike (jdike@karaya.com)
Wed, 27 Mar 2002 17:02:44 -0500


minyard@acm.org said:
> With this patch, if the flag is set, the signal handler won't get
> called (thus saving the overhead of going in and out of userland for
> the handler), but it will still wake up sigsuspend() and select().

I've wanted this for UML as well. I have some empty signal handlers which
exist for no reason other than to wake up pause/sigsuspend/et al.

Jeff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/