Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/kern/
H A Drestartable.h168 extern void thread_reset_pcs_ast(task_t task, struct thread *thread);
H A Dast.c263 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