|
KERN_SUCCESS |
A new thread has been created
and its state and scheduling
parameters have been set.
|
|
KERN_INVALID_ARGUMENT |
parent_task is not a valid
task.
|
|
KERN_INVALID_VALUE |
thread_attr contains an
invalid value.
|
|
KERN_RESOURCE_SHORTAGE |
Some critical kernel resource
is not available. For example
there is not enough memory, or
the thread
and its re-execution cannot be
guaranteed to complete by the
deadline.
|