X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/thread_terminate.html diff --git a/osfmk/man/thread_terminate.html b/osfmk/man/thread_terminate.html index 6852997e0..0149ec360 100755 --- a/osfmk/man/thread_terminate.html +++ b/osfmk/man/thread_terminate.html @@ -1 +1,31 @@ -
Function - Destroy a thread.
kern_return_t thread_terminate (thread_act_t target_thread);
The thread_terminate function kills target_thread.
Only generic errors apply.
Functions: task_terminate, task_threads, thread_create, thread_resume, thread_suspend. \ No newline at end of file +
+Function - Destroy a thread. +
+kern_return_t thread_terminate + (thread_act_t target_thread); ++
+
+The thread_terminate function kills target_thread. +
+Only generic errors apply. +
+Functions: +task_terminate, +task_threads, +thread_create, +thread_resume, +thread_suspend.