Back to Darwin Xnu

Thread Depress Abort

osfmk/man/thread_depress_abort.html

latest595 B
Original Source

thread_depress_abort


Function - Cancel thread scheduling depression.

SYNOPSIS

**kern\_return\_t thread\_depress\_abort**** (thread\_act\_t **thread** );**

PARAMETERS

thread[in thread send right] Thread whose scheduling depression is canceled.

DESCRIPTION

The thread_depress_abort function cancels any scheduling depression effective for thread caused by a thread_switch call.

RETURN VALUES

Only generic errors apply.

Functions: thread_abort, thread_switch.