Searched refs:handoff (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateIO.cpp1920 IOHibernateHandoff * handoff; local
1922 for (handoff = (IOHibernateHandoff *) vars->handoffBuffer->getBytesNoCopy();
1924 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])
1926 HIBPRINT("handoff %p, %x, %x\n", handoff, handoff->type, handoff->bytecount);
1927 uint8_t * data = &handoff
2870 IOHibernateHandoff * handoff; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.c2271 * Context switch by performing a stack handoff.
2549 * If we are doing a direct handoff then
2789 ast_t handoff = AST_HANDOFF; local
2796 while (!thread_invoke(self, new_thread, handoff)) {
2802 handoff = AST_NONE;

Completed in 83 milliseconds