Files
oldlinux-files/Ref-docs/POSIX/susv3/basedefs/ucontext.h.html
2024-02-19 00:21:47 -05:00

117 lines
4.1 KiB
HTML

<!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 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-2001<br>
Copyright &copy; 2001 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 the
following 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>int getcontext(ucontext_t *);
int setcontext(const ucontext_t *);
void makecontext(ucontext_t *, void (*)(void), int, ...);
int swapcontext(ucontext_t *restrict, const ucontext_t *restrict);
</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>
<div class="box"><em>End of informative text.</em></div>
<hr>
<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>