1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

Valgrind is a better example of a library using sigusr1 and sigusr2 than linuxthreads (which seems to be defunct).

Copied from Perforce
 Change: 182916
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-07-04 14:59:45 +01:00
parent d7d8ffdacf
commit 193cd50362

View file

@ -60,7 +60,7 @@ than this. See the documentation for the pool class.
On Unix platforms, the MPS suspends and resumes threads by sending
them signals. There's a shortage of available signals that aren't
already dedicated to other purposes (for example, LinuxThreads
already dedicated to other purposes (for example, ValGrind
uses ``SIGUSR1`` and ``SIGUSR2``), so the MPS uses ``SIGXCPU`` and
``SIGXFSZ``. This means that programs must not mask these two
signals.