X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/task_threads.html diff --git a/osfmk/man/task_threads.html b/osfmk/man/task_threads.html index 7321c1a30..4dec84bd2 100755 --- a/osfmk/man/task_threads.html +++ b/osfmk/man/task_threads.html @@ -1 +1,46 @@ -
Function - Return the target task's list of threads.
kern_return_t task_threads (task_t task, thread_act_port_array_t thread_list, mach_msg_type_number_t* thread_count);
The task_threads function returns a list of the threads within task. The calling task or thread also receives a send right to the kernel port for each listed thread.
Only generic errors apply.
Functions: thread_create, thread_terminate, thread_suspend. \ No newline at end of file +
+Function - Return the target task's list of threads. +
+kern_return_t task_threads + (task_t task, + thread_act_port_array_t thread_list, + mach_msg_type_number_t* thread_count); ++
+
+
+
+The task_threads function returns a list of the threads +within task. The calling +task or thread also receives a send right to the kernel port +for each listed thread. +
+Only generic errors apply. +
+Functions: +thread_create, +thread_terminate, +thread_suspend.