X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/743b15655a24ee3fe9f458f383003e011db0558f..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/processor_set_threads.html diff --git a/osfmk/man/processor_set_threads.html b/osfmk/man/processor_set_threads.html index 7bdfb6626..0af5f9c51 100755 --- a/osfmk/man/processor_set_threads.html +++ b/osfmk/man/processor_set_threads.html @@ -1 +1,41 @@ -

processor_set_threads


Function - Return a list of pointers to all threads currently assigned to the target processor set.

SYNOPSIS

kern_return_t	processor_set_threads
		(processor_set_t	processor_set,
		thread_port_array_t	thread_list,
		mach_msg_type_number_t*	thread_count);

PARAMETERS

processor_set
[in processor-set-control send right] A processor set control port for which information is desired.
thread_list
[out pointer to dynamic array of thread send rights] The returned set of ports naming the threads currently assigned to processor_set.
thread_count
[out scalar] The number of threads returned in thread_list.

DESCRIPTION

The processor_set_threads function returns send rights to the kernel ports for each thread currently assigned to processor_set.

RETURN VALUES

Only generic errors apply.

RELATED INFORMATION

Functions: processor_set_tasks, task_assign, thread_assign. \ No newline at end of file +

processor_set_threads

+
+

+Function - Return a list of pointers to all threads currently assigned to the target processor set. +

SYNOPSIS

+
+kern_return_t	processor_set_threads
+		(processor_set_t	processor_set,
+		thread_port_array_t	thread_list,
+		mach_msg_type_number_t*	thread_count);
+
+

PARAMETERS

+
+
processor_set +
+[in processor-set-control send right] +A processor set control port for +which information is desired. +
thread_list +
+[out pointer to dynamic array of thread send rights] +The returned set of +ports naming the threads currently assigned to processor_set. +
thread_count +
+[out scalar] +The number of threads returned in thread_list. +
+

DESCRIPTION

+

+The processor_set_threads function returns send rights +to the kernel ports for each thread currently assigned to processor_set. +

RETURN VALUES

+

+Only generic errors apply. +

RELATED INFORMATION

+

+Functions: +processor_set_tasks, +task_assign, +thread_assign.