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 @@ -
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.