Searched refs:thunk_swapcontext (Results 1 – 3 of 3) sorted by relevance
106 int thunk_swapcontext(ucontext_t *, ucontext_t *);
287 thunk_swapcontext(&oldpcb->pcb_ucp, &sc->sc_ucp); in cpu_switchto()
419 thunk_swapcontext(ucontext_t *oucp, ucontext_t *ucp) in thunk_swapcontext() function