Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dsfi.h61 ast_t sfi_thread_needs_ast(thread_t thread, sfi_class_id_t *out_class /* optional */);
H A Dsfi.c872 sfi_thread_needs_ast(thread_t thread, sfi_class_id_t *out_class) in sfi_thread_needs_ast() function
1049 sfi_ast = sfi_thread_needs_ast(thread, &class_id); in sfi_reevaluate()
H A Dsched_prim.c3601 new_ast = sfi_thread_needs_ast(self, NULL); in thread_dispatch()
5706 result = sfi_thread_needs_ast(thread, NULL); in csw_check_locked()