Home
last modified time | relevance | path

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

/xnu-8792.81.2/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.c877 sfi_thread_needs_ast(thread_t thread, sfi_class_id_t *out_class) in sfi_thread_needs_ast() function
1054 sfi_ast = sfi_thread_needs_ast(thread, &class_id); in sfi_reevaluate()
H A Dsched_prim.c3661 new_ast = sfi_thread_needs_ast(self, NULL); in thread_dispatch()
5744 result = sfi_thread_needs_ast(thread, NULL); in csw_check_locked()