]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/kern/mk_sp.h
xnu-344.tar.gz
[apple/xnu.git] / osfmk / kern / mk_sp.h
index a7a2db358a4f34888819464cdc7187d71ecf94e2..fe78f780894461d5cd109897b96d214c2f1c9ade 100644 (file)
@@ -35,13 +35,16 @@ void                _mk_sp_thread_unblock(
                                thread_t                thread);
 
 void           _mk_sp_thread_done(
-                               thread_t                old_thread);
+                               thread_t                old_thread,
+                               thread_t                new_thread,
+                               processor_t             processor);
 
 void           _mk_sp_thread_begin(
-                               thread_t                new_thread);
+                               thread_t                new_thread,
+                               processor_t             processor);
 
 void           _mk_sp_thread_dispatch(
-                               thread_t                old_thread);
+                               thread_t                thread);
 
 kern_return_t  _mk_sp_thread_switch(
                                        thread_act_t            hint_act,