Searched refs:thread_exception_return (Results 1 - 13 of 13) sorted by relevance

/xnu-2782.1.97/bsd/dev/i386/
H A Dsystemcalls.c98 thread_exception_return();
115 thread_exception_return();
150 thread_exception_return();
251 thread_exception_return();
274 thread_exception_return();
290 thread_exception_return();
340 thread_exception_return();
440 thread_exception_return();
567 thread_exception_return();
/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386.c266 thread_exception_return();
277 thread_exception_return();
320 thread_exception_return();
343 thread_exception_return();
366 thread_exception_return();
453 thread_exception_return();
478 thread_exception_return();
532 thread_exception_return();
552 thread_exception_return();
H A Dtrap.c196 thread_exception_return();
1084 thread_exception_return();
/xnu-2782.1.97/osfmk/x86_64/
H A Dlocore.s163 .globl EXT(thread_exception_return)
170 LEXT(thread_exception_return)
/xnu-2782.1.97/osfmk/kern/
H A Dast.c227 thread_block_reason((thread_continue_t)thread_exception_return, NULL, reasons & AST_PREEMPTION);
H A Dexception.c125 * thread_exception_return and thread_kdb_return
349 * thread_exception_return and thread_kdb_return
415 thread_exception_return();
H A Dsched_prim.h395 extern void thread_exception_return(void) __dead2;
H A Dsfi.c135 thread_exception_return(); \
H A Dthread_act.c847 thread_exception_return();
/xnu-2782.1.97/bsd/kern/
H A Dpthread_shims.c92 thread_exception_return();
446 .thread_exception_return = pthread_returning_to_userspace,
H A Dmach_process.c94 #include <kern/sched_prim.h> /* for thread_exception_return() */
138 thread_exception_return();
H A Dkern_exit.c233 thread_exception_return();
313 thread_exception_return();
334 thread_exception_return();
/xnu-2782.1.97/bsd/sys/
H A Dpthread_shims.h163 void (*thread_exception_return)(); member in struct:pthread_callbacks_s

Completed in 56 milliseconds