1 <h2>processor_start
</h2>
4 <strong>Function
</strong> - Start a processor.
7 <strong>#include<mach/mach_host.h>
</strong>
9 <strong>kern_return_t processor_start
</strong>
10 <strong>(processor_t
</strong> <var>processor
</var><strong>);
</strong>
14 <dt> <var>processor
</var>
16 [in processor send right]
17 The processor to be controlled.
21 The
<strong>processor_start
</strong> function allows privileged software
22 to start a processor in
23 a multi-processor that so allows it. A newly started processor
25 default processor set. The interpretation of this operation
29 This operation is machine dependent. It may do nothing.
32 The ability to restart an exited processor is machine dependent.
33 <h3>RETURN VALUES
</h3>
35 <dt> <strong>KERN_FAILURE
</strong>
37 The operation was not performed. A likely reason is that it
38 is not supported on this processor.
40 <h3>RELATED INFORMATION
</h3>
43 <a href=
"processor_control.html">processor_control
</a>,
44 <a href=
"processor_exit.html">processor_exit
</a>,
45 <a href=
"processor_info.html">processor_info
</a>,
46 <a href=
"host_processors.html">host_processors
</a>.