Home
last modified time | relevance | path

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

/xnu-12377.81.4/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.81.4/osfmk/kern/
H A Dthread.h1679 extern boolean_t thread_should_abort(
H A Dbsd_kern.c1023 thread_should_abort( in thread_should_abort() function
/xnu-12377.81.4/osfmk/vm/
H A Dvm_map.c17940 if (thread_should_abort(current_thread())) { in vm_map_willneed()