Lines Matching +full:loss +full:- +full:of +full:- +full:signal
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\" notice, this list of conditions and the following disclaimer.
13 .\" notice, this list of conditions and the following disclaimer in the
18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .Nd send signal to thread
47 system calls allow sending a signal, specified by the
61 argument specifies which threads get the signal.
64 is equal to \-1, all threads in the specified process are signalled.
70 argument defines the delivered signal.
71 It must be a valid signal number or zero.
72 In the latter case no signal is actually sent, and the call is used to
73 verify the liveness of the thread.
75 The signal is delivered with
85 will return zero, otherwise \-1 is returned, and
94 .Bl -tag -width Er
98 argument is not zero and does not specify valid signal.
106 .Bl -tag -width Er
109 send a signal to the specified process.
119 .Xr signal 3
125 system calls are non-standard and are used by the
128 .St -p1003.1-2001