ucontext.h(3head) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

ucontext.h(3head)

ucontext.h(3HEAD)                   Headers                  ucontext.h(3HEAD)



NAME
       ucontext.h, ucontext - user context

SYNOPSIS
       #include <ucontext.h>

DESCRIPTION
       The <ucontext.h> header defines the ucontext_t type as a structure that
       includes at least the following members:

         ucontext_t  uc_link
         sigset_t    uc_sigmask
         stack_t     uc_stack
         mcontext_t  uc_mcontext



       The uc_link member is a pointer to the context to be resumed when  this
       context  returns.  If  uc_link  is equal to 0, this context is the main
       context and the process exits when this context returns.


       The uc_sigmask member defines the set of signals that are blocked  when
       this context is active. See sigprocmask(2).


       The uc_stack member defines the stack used by this context. See sigalt‐
       stack(2).


       The uc_mcontext member contains the saved set of machine registers  and
       any  implementation-specific context data. Portable applications should
       not modify or access uc_mcontext.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE  TYPEAT‐
       TRIBUTE  VALUE  _  Interface  StabilityCommitted  _  StandardSee  stan‐
       dards(7).


SEE ALSO
       getcontext(2), sigaction(2), sigaltstack(2),  sigprocmask(2),  makecon‐
       text(3C), attributes(7), standards(7)



Oracle Solaris 11.4               7 Jul 2010                 ucontext.h(3HEAD)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3