Home
last modified time | relevance | path

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

/xnu-11215/osfmk/corpses/
H A Dcorpse.c461 thread_clear_exec_promotion(current_thread()); in task_generate_corpse()
629 thread_clear_exec_promotion(current_thread()); in task_enqueue_exception_with_corpse()
/xnu-11215/osfmk/kern/
H A Dpolicy_internal.h262 extern void thread_clear_exec_promotion(thread_t thread);
H A Dthread_policy.c3361 thread_clear_exec_promotion(thread_t thread) in thread_clear_exec_promotion() function
/xnu-11215/bsd/kern/
H A Dkern_exit.c1056 thread_clear_exec_promotion(current_thread()); in current_thread_collect_backtrace_info()
1071 thread_clear_exec_promotion(current_thread()); in current_thread_collect_backtrace_info()
1080 thread_clear_exec_promotion(current_thread()); in current_thread_collect_backtrace_info()
H A Dkern_exec.c5146 thread_clear_exec_promotion(old_thread); in proc_exec_switch_task()