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 .\" TO, THE 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 BUSINESS
23 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 .\" POSSIBILITY OF SUCH DAMAGE.
38 .Nd post signal to a thread, process, or process group
49 These functions post a signal to a thread or one or more processes.
53 .Bq 1- Ns Dv NSIG .
57 function posts signal number
66 function of that name and facilitate code reuse.
67 With a few exceptions noted below, the target process signal disposition is
68 updated and is marked as runnable, so further handling of the signal is done
69 in the context of the target process after a context switch.
75 .Bl -bullet -offset indent
78 The signal will be
81 The target process is currently ignoring the signal.
83 If a stop signal is sent to a sleeping process that takes the
92 regardless of the signal action
100 This allows the tracing process to be notified of the signal.
104 function posts signal number
106 to each member of the process group described by
110 is non-zero, the signal will be posted only to processes that have
129 function posts signal number
135 .Xr signal 9 ,