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