![]() |
kMPCreateTaskSuspendedMask |
Header: Multiprocessing.h |
enum { kMPCreateTaskSuspendedMask = 1, kMPCreateTaskTakesAllExceptionsMask = 2, kMPCreateTaskNotDebuggableMask = 4, kMPCreateTaskValidOptionsMask = 7 };
The task will take all exceptions, including those normally handled by the system, such as page faults.
Include all valid options for this task.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)