+routine thread_convert_thread_state(
+ thread : thread_act_t;
+ direction : int;
+ flavor : thread_state_flavor_t;
+ in_state : thread_state_t;
+ out out_state : thread_state_t, CountInOut);
+
+#ifdef XNU_KERNEL_PRIVATE
+ skip;
+#else
+ skip;
+#endif /* XNU_KERNEL_PRIVATE */
+
+routine thread_get_exception_ports_info(
+ port : mach_port_t;
+ exception_mask : exception_mask_t;
+ out masks : exception_mask_array_t;
+ out old_handlers_info : exception_handler_info_array_t, SameCount;
+ out old_behaviors : exception_behavior_array_t, SameCount;
+ out old_flavors : exception_flavor_array_t, SameCount);
+