]>
Commit | Line | Data |
---|---|---|
13fec989 A |
1 | <h2>thread_depress_abort</h2> |
2 | <hr> | |
3 | <p> | |
4 | <strong>Function</strong> - Cancel thread scheduling depression. | |
5 | <h3>SYNOPSIS</h3> | |
6 | <pre> | |
7 | <strong>kern_return_t thread_depress_abort</strong> | |
8 | <strong>(thread_act_t</strong> <var>thread</var><strong>);</strong> | |
9 | </pre> | |
10 | <h3>PARAMETERS</h3> | |
11 | <dl> | |
12 | <p> | |
13 | <dt> <var>thread</var> | |
14 | <dd> | |
15 | [in thread send right] | |
16 | Thread whose scheduling depression is canceled. | |
17 | </dl> | |
18 | <h3>DESCRIPTION</h3> | |
19 | <p> | |
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> | |
23 | <p> | |
24 | Only generic errors apply. | |
25 | <h3>RELATED INFORMATION</h3> | |
26 | <p> | |
27 | Functions: | |
28 | <a href="thread_abort.html"><strong>thread_abort</strong></a>, | |
29 | <a href="thread_switch.html"><strong>thread_switch</strong></a>. |