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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread_act.c653 * Do the work of installing the special_handler.
668 if (rh != &thread->special_handler.next)
669 *rh = &thread->special_handler;
674 * block itself in special_handler().
774 * special_handler - handles suspension, termination. Called
778 special_handler( function
H A Dthread.h341 } *handlers, special_handler; member in struct:thread
571 extern void special_handler(
H A Dthread.c220 thread_template.special_handler.handler = special_handler;
221 thread_template.special_handler.next = NULL;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpcb.c1903 if (rhp == &thr_act->special_handler){
1906 printf("special_handler()->");

Completed in 21 milliseconds