Home | History | Annotate | Download | only in doc

Lines Matching full:signal

8 \begin{Name}{3}{unw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_signal\_frame -- check if current frame is a signal frame
20 if the current frame identified by \Var{cp} is a signal frame, and a
21 value of 0 otherwise. For the purpose of this discussion, a signal
24 frames are normally created by the kernel when delivering a signal.
25 In a kernel-environment, a signal frame might, for example, correspond
28 Signal frames are somewhat unusual because the asynchronous nature of
35 positive value if the current frame is a signal frame, or 0 if it is
39 \section{Thread and Signal Safety}
42 from a signal handler.
48 whether or not the current frame is a signal frame.