Lines Matching +full:loss +full:- +full:of +full:- +full:signal

7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice(s), this list of conditions and the following disclaimer as
9 .\" the first lines of this file unmodified other than the possible
10 .\" addition of one or more copyright notices.
12 .\" notice(s), this list of conditions and the following disclaimer in
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
22 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
23 .\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
25 .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
26 .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 .Nd "queue a signal to a process (REALTIME)"
37 .In signal.h
43 system call causes the signal specified by
51 is zero (the null signal), error checking is performed but
52 no signal is actually sent.
53 The null signal can be used to check the
54 validity of PID.
57 signal to another process are the same as for the
62 system call queues a signal to a single process specified by the
70 available to queue the signal, the signal will be queued and sent to
73 If the value of
87 or at least the pending, unblocked signal will be delivered to the
97 The selection order between realtime and non-realtime signals, or
98 between multiple pending non-realtime signals, is unspecified.
102 extension, the value of
104 can be or-ed with the following flags:
105 .Bl -tag -width __SIGQUEUE_TID
109 parameter is the thread identifier of a thread in the current process,
110 and the specified signal is queued into the specified thread' queue.
113 .Rv -std
119 .Bl -tag -width Er
121 No resources are available to queue the signal.
126 or a system-wide resource limit has been exceeded.
128 The value of the
130 argument is an invalid or unsupported signal number.
132 The process does not have the appropriate privilege to send the signal
158 .St -p1003.1-2004 .
162 realtime signal queue first appeared in
168 (for instance, one is 32-bit and the other 64-bit),
171 member of