Lines Matching refs:ucontext_t
43 * The ucontext_t that the user passes in must have been primed with a
47 * When makecontext() returns, the ucontext_t will be set to run the
49 * uc_stack, and which will return to the ucontext_t specified by uc_link.
55 makecontext(ucontext_t *ucp, void (*func)(), int argc, ...)
86 * ucontext_t. Zero the other fields of the frame.
108 __makecontext_v2(ucontext_t *ucp, void (*func)(), int argc, ...)
133 * ucontext_t. Zero the other fields of the frame.
161 extern int getcontext(ucontext_t *);
162 extern int setcontext(const ucontext_t *);
163 ucontext_t uc;