]> git.saurik.com Git - apple/xnu.git/blame - osfmk/man/thread_depress_abort.html
xnu-792.6.70.tar.gz
[apple/xnu.git] / osfmk / man / thread_depress_abort.html
CommitLineData
9bccf70c 1<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