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:
parent
d7d8ffdacf
commit
193cd50362
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue