Searched refs:thread_should_abort (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_synch.c61 extern boolean_t thread_should_abort(thread_t); /* XXX */
95 if (thread_should_abort(self)) {
104 if (thread_should_abort(self)) {
206 if (thread_should_abort(self)) {
249 if (thread_should_abort(self)) {
258 if (thread_should_abort(self)) {
H A Dkern_sig.c124 extern boolean_t thread_should_abort(thread_t);
2154 if (thread_should_abort(current_thread())) {
2909 if (thread_should_abort(self)) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dbsd_kern.c56 boolean_t thread_should_abort(thread_t);
438 thread_should_abort( function
445 * This routine is like thread_should_abort() above. It checks to

Completed in 83 milliseconds