Home
last modified time | relevance | path

Searched refs:thread_reset_pcs_ast (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/kern/
H A Drestartable.h142 extern void thread_reset_pcs_ast(task_t task, struct thread *thread);
H A Dast.c264 thread_reset_pcs_ast(task, thread); in ast_taken_user()
H A Drestartable.c345 thread_reset_pcs_ast(task_t task, thread_t thread) in thread_reset_pcs_ast() function