Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dkern_synch.c94 if (thread_should_abort(self)) { in _sleep_continue()
104 if (thread_should_abort(self)) { in _sleep_continue()
239 if (thread_should_abort(self)) { in _sleep()
294 if (thread_should_abort(self)) { in _sleep()
304 if (thread_should_abort(self)) { in _sleep()
H A Dkern_sig.c2798 if (thread_should_abort(current_thread())) { in issignal_locked()
3626 if (thread_should_abort(self)) { in sig_try_locked()
/xnu-12377.41.6/osfmk/kern/
H A Dthread.h1681 extern boolean_t thread_should_abort(
H A Dbsd_kern.c1008 thread_should_abort( in thread_should_abort() function
/xnu-12377.41.6/osfmk/vm/
H A Dvm_map.c17836 if (thread_should_abort(current_thread())) { in vm_map_willneed()