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

/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dthread_act.c731 * Do the work of installing the special_handler.
746 if (rh != &thread->special_handler.next)
747 *rh = &thread->special_handler;
752 * block itself in special_handler().
852 * special_handler - handles suspension, termination. Called
856 special_handler( function
H A Dthread.h392 } *handlers, special_handler; member in struct:thread
693 extern void special_handler(
H A Dthread.c288 thread_template.special_handler.handler = special_handler;
289 thread_template.special_handler.next = NULL;

Completed in 117 milliseconds