]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/thread_depress_abort.html
xnu-2422.1.72.tar.gz
[apple/xnu.git] / osfmk / man / thread_depress_abort.html
old mode 100755 (executable)
new mode 100644 (file)
index 498d93a..bd08638
@@ -1 +1,29 @@
-<h2>thread_depress_abort</h2>\r<hr>\r<p>\r<strong>Function</strong> - Cancel thread scheduling depression.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>kern_return_t   thread_depress_abort</strong>\r                <strong>(thread_act_t</strong>                            <var>thread</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>thread</var> \r<dd>\r[in thread send right]\rThread whose scheduling depression is canceled.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>thread_depress_abort</strong> function cancels any scheduling depression\reffective for <var>thread</var> caused by a <strong>thread_switch</strong> call.\r<h3>RETURN VALUES</h3>\r<p>\rOnly generic errors apply.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="thread_abort.html"><strong>thread_abort</strong></a>,\r<a href="thread_switch.html"><strong>thread_switch</strong></a>.\r
\ No newline at end of file
+<h2>thread_depress_abort</h2>
+<hr>
+<p>
+<strong>Function</strong> - Cancel thread scheduling depression.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>kern_return_t   thread_depress_abort</strong>
+                <strong>(thread_act_t</strong>                            <var>thread</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<p>
+<dt> <var>thread</var> 
+<dd>
+[in thread send right]
+Thread whose scheduling depression is canceled.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>thread_depress_abort</strong> function cancels any scheduling depression
+effective for <var>thread</var> caused by a <strong>thread_switch</strong> call.
+<h3>RETURN VALUES</h3>
+<p>
+Only generic errors apply.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="thread_abort.html"><strong>thread_abort</strong></a>,
+<a href="thread_switch.html"><strong>thread_switch</strong></a>.