Home
last modified time | relevance | path

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

/xnu-11215.81.4/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.c874 sfi_thread_needs_ast(thread_t thread, sfi_class_id_t *out_class) in sfi_thread_needs_ast() function
1051 sfi_ast = sfi_thread_needs_ast(thread, &class_id); in sfi_reevaluate()
H A Dsched_prim.c3928 new_ast = sfi_thread_needs_ast(self, NULL); in thread_dispatch()
6226 result = sfi_thread_needs_ast(thread, NULL); in csw_check_locked()