Lines Matching +full:needs +full:- +full:reset +full:- +full:on +full:- +full:resume
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 .Bd -literal
69 The action to be taken on delivery is determined at the time
71 Normally, signal handlers execute on the current stack
73 This may be changed, on a per-handler basis,
74 so that signals are taken on a special
97 thread depends on how it is generated.
123 normally the thread will resume execution in the context
125 If the thread wishes to resume in a different context, then it
144 is non-NULL, it specifies an action
150 is non-NULL, the previous handling information for the signal
173 A signal-specific default action may be reset by
198 .Bl -tag -offset indent -width SA_RESETHANDXX
218 processes terminate, and then returns a value of \-1 with
238 If this bit is set, the handler is reset back to
301 resets all signals to be caught on the user stack.
309 .Bl -column SIGVTALARMXX "create core imagexxx"
318 .It Dv SIGFPE Ta create core image Ta floating-point exception
322 .It Dv SIGSYS Ta create core image Ta non-existent system call invoked
323 .It Dv SIGPIPE Ta terminate process Ta write on a pipe with no reader
324 .It Dv SIGALRM Ta terminate process Ta real-time timer expired
326 .It Dv SIGURG Ta discard signal Ta urgent condition present on socket
333 .It Dv SIGIO Ta discard signal Ta I/O is possible on a descriptor (see Xr fcntl 2 )
355 by signals and are async-signal safe.
357 invoke them, without restriction, from signal-catching functions
360 in a multi-threaded process:
503 Base Interfaces not specified as async-signal safe by
510 Base Interfaces not specified as async-signal safe by
587 is async-signal safe.
604 .Rv -std sigaction
607 .Bl -tag -offset indent -width short
661 .Bx Ns -style
662 function needs to be casted to
682 .Bx Ns -style
702 .Bx Ns -style
719 .Bl -tag -width Er
753 .St -p1003.1-90 .
773 Those signals are available on most
774 .Bx Ns \-derived
790 .St -susv2 ,