1*4f1223e8SApple OSS Distributions<h2>thread_depress_abort</h2> 2*4f1223e8SApple OSS Distributions<hr> 3*4f1223e8SApple OSS Distributions<p> 4*4f1223e8SApple OSS Distributions<strong>Function</strong> - Cancel thread scheduling depression. 5*4f1223e8SApple OSS Distributions<h3>SYNOPSIS</h3> 6*4f1223e8SApple OSS Distributions<pre> 7*4f1223e8SApple OSS Distributions<strong>kern_return_t thread_depress_abort</strong> 8*4f1223e8SApple OSS Distributions <strong>(thread_act_t</strong> <var>thread</var><strong>);</strong> 9*4f1223e8SApple OSS Distributions</pre> 10*4f1223e8SApple OSS Distributions<h3>PARAMETERS</h3> 11*4f1223e8SApple OSS Distributions<dl> 12*4f1223e8SApple OSS Distributions<p> 13*4f1223e8SApple OSS Distributions<dt> <var>thread</var> 14*4f1223e8SApple OSS Distributions<dd> 15*4f1223e8SApple OSS Distributions[in thread send right] 16*4f1223e8SApple OSS DistributionsThread whose scheduling depression is canceled. 17*4f1223e8SApple OSS Distributions</dl> 18*4f1223e8SApple OSS Distributions<h3>DESCRIPTION</h3> 19*4f1223e8SApple OSS Distributions<p> 20*4f1223e8SApple OSS DistributionsThe <strong>thread_depress_abort</strong> function cancels any scheduling depression 21*4f1223e8SApple OSS Distributionseffective for <var>thread</var> caused by a <strong>thread_switch</strong> call. 22*4f1223e8SApple OSS Distributions<h3>RETURN VALUES</h3> 23*4f1223e8SApple OSS Distributions<p> 24*4f1223e8SApple OSS DistributionsOnly generic errors apply. 25*4f1223e8SApple OSS Distributions<h3>RELATED INFORMATION</h3> 26*4f1223e8SApple OSS Distributions<p> 27*4f1223e8SApple OSS DistributionsFunctions: 28*4f1223e8SApple OSS Distributions<a href="thread_abort.html"><strong>thread_abort</strong></a>, 29*4f1223e8SApple OSS Distributions<a href="thread_switch.html"><strong>thread_switch</strong></a>. 30