Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Drestartable.h168 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.c497 thread_reset_pcs_ast(task_t task, thread_t thread) in thread_reset_pcs_ast() function