Home
last modified time | relevance | path

Searched refs:thread_depress_abort_locked (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/osfmk/kern/
H A Dsyscall_subr.h64 extern kern_return_t thread_depress_abort_locked(thread_t thread);
H A Dsyscall_subr.c511 result = thread_depress_abort_locked(thread); in thread_depress_abort()
525 thread_depress_abort_locked(thread_t thread) in thread_depress_abort_locked() function
H A Dthread_act.c434 thread_depress_abort_locked(thread); in act_abort()
488 thread_depress_abort_locked(thread); in thread_abort_safely()
H A Dthread.c461 thread_depress_abort_locked(thread); in thread_terminate_self()