Searched refs:handlers (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_act.c698 for (rh = &thread->handlers; *rh; rh = &(*rh)->next)
746 rh = thread->handlers;
748 thread->handlers = rh->next;
830 if (thread->handlers == NULL) {
H A Dipc_mig.c338 if (self->handlers) {
H A Dthread.h376 } *handlers, special_handler; member in struct:thread
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp5253 OSArray * handlers = sCpuLatencyHandlers[delayType]; local
5255 if (handlers) for (unsigned int idx = 0;
5256 (target = (IOService *) handlers->getObject(idx));
/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c1776 ReturnHandler *rhp = thr_act->handlers;

Completed in 40 milliseconds