Home
last modified time | relevance | path

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

/xnu-11417.121.6/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.c522 thread_depress_abort_locked(thread); in act_abort()
576 thread_depress_abort_locked(thread); in thread_abort_safely()
H A Dthread.c479 thread_depress_abort_locked(thread); in thread_terminate_self()