X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..ecc0ceb4089d506a0b8d16686a95817b331af9cb:/osfmk/man/thread_terminate.html diff --git a/osfmk/man/thread_terminate.html b/osfmk/man/thread_terminate.html old mode 100755 new mode 100644 index 6852997e0..0149ec360 --- a/osfmk/man/thread_terminate.html +++ b/osfmk/man/thread_terminate.html @@ -1 +1,31 @@ -

thread_terminate


Function - Destroy a thread.

SYNOPSIS

kern_return_t   thread_terminate
                (thread_act_t                     target_thread);

PARAMETERS

target_thread
[in thread send right] The thread to be destroyed.

DESCRIPTION

The thread_terminate function kills target_thread.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: task_terminate, task_threads, thread_create, thread_resume, thread_suspend. \ No newline at end of file +

thread_terminate

+
+

+Function - Destroy a thread. +

SYNOPSIS

+
+kern_return_t   thread_terminate
+                (thread_act_t                     target_thread);
+
+

PARAMETERS

+
+

+

target_thread +
+[in thread send right] +The thread to be destroyed. +
+

DESCRIPTION

+

+The thread_terminate function kills target_thread. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +task_terminate, +task_threads, +thread_create, +thread_resume, +thread_suspend.