1 <h2>thread_depress_abort
</h2>
4 <strong>Function
</strong> - Cancel thread scheduling depression.
7 <strong>kern_return_t thread_depress_abort
</strong>
8 <strong>(thread_act_t
</strong> <var>thread
</var><strong>);
</strong>
13 <dt> <var>thread
</var>
15 [in thread send right]
16 Thread whose scheduling depression is canceled.
20 The
<strong>thread_depress_abort
</strong> function cancels any scheduling depression
21 effective for
<var>thread
</var> caused by a
<strong>thread_switch
</strong> call.
22 <h3>RETURN VALUES
</h3>
24 Only generic errors apply.
25 <h3>RELATED INFORMATION
</h3>
28 <a href=
"thread_abort.html"><strong>thread_abort
</strong></a>,
29 <a href=
"thread_switch.html"><strong>thread_switch
</strong></a>.