Home
last modified time | relevance | path

Searched refs:thread_enable_send_importance (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/security/
H A Dmac_mach.c349 thread_enable_send_importance(thread, TRUE); in mac_proc_notify_exec_complete()
351 thread_enable_send_importance(thread, FALSE); in mac_proc_notify_exec_complete()
/xnu-11215/osfmk/kern/
H A Dthread.h1711 extern void thread_enable_send_importance(thread_t thread, boolean_t enable);
H A Dthread.c3857 thread_enable_send_importance(thread_t thread, boolean_t enable) in thread_enable_send_importance() function
H A Dtask.c9913 thread_enable_send_importance(current_thread(), TRUE); in task_test_async_upcall_propagation()
9917 thread_enable_send_importance(current_thread(), FALSE); in task_test_async_upcall_propagation()
/xnu-11215/bsd/kern/
H A Dkern_exec.c6789 thread_enable_send_importance(thread, TRUE); in exec_handle_sugid()
6801 thread_enable_send_importance(thread, FALSE); in exec_handle_sugid()