X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0b4e3aa066abc0728aacb4bbeb86f53f9737156e..b4c24cb9d3df001f2892dc4ed451bc769ff28a9f:/osfmk/kern/mk_sp.h diff --git a/osfmk/kern/mk_sp.h b/osfmk/kern/mk_sp.h index a7a2db358..fe78f7808 100644 --- a/osfmk/kern/mk_sp.h +++ b/osfmk/kern/mk_sp.h @@ -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,