diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-12 05:13:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-12 05:13:20 +0200 |
commit | 77500edb513db75ba22c2b8b88bf462a0b1ea13d (patch) | |
tree | d0169bc09978064dc44465b40fb2d412b7c76132 | |
parent | valgrind is not using sigrtmin, it is using sigrtmax (diff) | |
download | mds-77500edb513db75ba22c2b8b88bf462a0b1ea13d.tar.gz mds-77500edb513db75ba22c2b8b88bf462a0b1ea13d.tar.bz2 mds-77500edb513db75ba22c2b8b88bf462a0b1ea13d.tar.xz |
info: sigrtmin
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 0806894..8425421 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -437,10 +437,18 @@ is send by a user to the server, if she wants the server to dump information about the server's state or statistics to the TTY. +All servers configured to be interrupted +when the signal @command{SIGRTMIN} is received. +No further action is taked. This may be used +by the user to test that the program supports +being interrupted. It can also be used by +the server to interrupt itself from another +thread. + @command{valgrind} uses @command{SIGRTMAX} for its own internal stuff. Therefore servers must -not use @command{SIGRTMAX} as it is hence unavailable -when running under @command{valgrind}. +not use @command{SIGRTMAX} as it is hence +unavailable when running under @command{valgrind}. |