ucontext.h.html

来自「posix标准英文,html格式」· HTML 代码 · 共 128 行

HTML
128
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta name="generator" content="HTML Tidy, see www.w3.org"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link type="text/css" rel="stylesheet" href="style.css"><!-- Generated by The Open Group's rhtm tool v1.2.1 --><!-- Copyright (c) 2001-2004 IEEE and The Open Group, All Rights Reserved --><title>&lt;ucontext.h&gt;</title></head><body bgcolor="white"><script type="text/javascript" language="JavaScript" src="../jscript/codes.js"></script><basefont size="3"> <a name="&lt;ucontext.h&gt;"></a> <a name="tag_13_78"></a><!-- &lt;ucontext.h&gt; --> <!--header start--><center><font size="2">The Open Group Base Specifications Issue 6<br>IEEE Std 1003.1, 2004 Edition<br>Copyright &copy; 2001-2004 The IEEE and The Open Group, All Rights reserved.</font></center><!--header end--><hr size="2" noshade><h4><a name="tag_13_78_01"></a>NAME</h4><blockquote>ucontext.h - user context</blockquote><h4><a name="tag_13_78_02"></a>SYNOPSIS</h4><blockquote class="synopsis"><div class="box"><tt><sup>[<a href="javascript:open_code('XSI')">XSI</a>]</sup> <img src="../images/opt-start.gif" alt="[Option Start]" border="0"> #include &lt;ucontext.h&gt; <img src="../images/opt-end.gif" alt="[Option End]" border="0"></tt></div></blockquote><h4><a name="tag_13_78_03"></a>DESCRIPTION</h4><blockquote><p>The <i>&lt;ucontext.h&gt;</i> header shall define the <b>mcontext_t</b> type through <b>typedef</b>.</p><p>The <i>&lt;ucontext.h&gt;</i> header shall define the <b>ucontext_t</b> type as a structure that shall include at least thefollowing members:</p><pre><tt>ucontext_t *uc_link    </tt> Pointer to the context that is resumed <tt>                       </tt> when this context returns. <tt>sigset_t    uc_sigmask </tt> The set of signals that are blocked when this <tt>                       </tt> context is active. <tt>stack_t     uc_stack   </tt> The stack used by this context. <tt>mcontext_t  uc_mcontext</tt> A machine-specific representation of the saved <tt>                       </tt> context. <tt></tt></pre><p>The types <b>sigset_t</b> and <b>stack_t</b> shall be defined as in <a href="signal.h.html"><i>&lt;signal.h&gt;</i></a>.</p><p>The following shall be declared as functions and may also be defined as macros. Function prototypes shall be provided.</p><pre><tt><sup>[<a href="javascript:open_code('OB')">OB</a>]</sup><img src="../images/opt-start.gif" alt="[Option Start]" border="0">int  getcontext(ucontext_t *);void makecontext(ucontext_t *, void (*)(void), int, ...);int  setcontext(const ucontext_t *);int  swapcontext(ucontext_t *restrict, const ucontext_t *restrict);<img src="../images/opt-end.gif" alt="[Option End]" border="0"></tt></pre></blockquote><hr><div class="box"><em>The following sections are informative.</em></div><h4><a name="tag_13_78_04"></a>APPLICATION USAGE</h4><blockquote><p>None.</p></blockquote><h4><a name="tag_13_78_05"></a>RATIONALE</h4><blockquote><p>None.</p></blockquote><h4><a name="tag_13_78_06"></a>FUTURE DIRECTIONS</h4><blockquote><p>None.</p></blockquote><h4><a name="tag_13_78_07"></a>SEE ALSO</h4><blockquote><p><a href="signal.h.html"><i>&lt;signal.h&gt;</i></a>, the System Interfaces volume of IEEE&nbsp;Std&nbsp;1003.1-2001, <a href="../functions/getcontext.html"><i>getcontext</i>()</a>, <a href="../functions/makecontext.html"><i>makecontext</i>()</a>, <a href="../functions/sigaction.html"><i>sigaction</i>()</a>, <a href="../functions/sigprocmask.html"><i>sigprocmask</i>()</a>, <a href="../functions/sigaltstack.html"><i>sigaltstack</i>()</a></p></blockquote><h4><a name="tag_13_78_08"></a>CHANGE HISTORY</h4><blockquote><p>First released in Issue 4, Version 2.</p></blockquote><h4><a name="tag_13_78_09"></a>Issue 6</h4><blockquote><p>IEEE&nbsp;Std&nbsp;1003.1-2001/Cor&nbsp;2-2004, item XBD/TC2/D6/28 is applied, updating the <a href="../functions/getcontext.html"><i>getcontext</i>()</a>, <a href="../functions/makecontext.html"><i>makecontext</i>()</a>, <a href="../functions/setcontext.html"><i>setcontext</i>()</a>, and <a href="../functions/swapcontext.html"><i>swapcontext</i>()</a>functions to be obsolescent.</p></blockquote><div class="box"><em>End of informative text.</em></div><hr size="2" noshade><center><font size="2"><!--footer start-->UNIX &reg; is a registered Trademark of The Open Group.<br>POSIX &reg; is a registered Trademark of The IEEE.<br>[ <a href="../mindex.html">Main Index</a> | <a href="../basedefs/contents.html">XBD</a> | <a href="../utilities/contents.html">XCU</a> | <a href="../functions/contents.html">XSH</a> | <a href="../xrat/contents.html">XRAT</a>]</font></center><!--footer end--><hr size="2" noshade></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?