Searched refs:special_handler (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_act.c686 * Do the work of installing the special_handler.
701 if (rh != &thread->special_handler.next)
702 *rh = &thread->special_handler;
707 * block itself in special_handler().
807 * special_handler - handles suspension, termination. Called
811 special_handler( function
H A Dthread.h376 } *handlers, special_handler; member in struct:thread
643 extern void special_handler(
H A Dthread.c241 thread_template.special_handler.handler = special_handler;
242 thread_template.special_handler.next = NULL;
/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c1781 if (rhp == &thr_act->special_handler){
1784 printf("special_handler()->");

Completed in 31 milliseconds