1 #if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
6 element ucontext_t {ucontext_t*} uc_link
7 element ucontext_t sigset_t uc_sigmask
8 element ucontext_t stack_t uc_stack
9 element ucontext_t mcontext_t uc_mcontext
14 function int getcontext (ucontext_t*)
15 function int setcontext (const ucontext_t*)
16 function void makecontext (ucontext_t*, void(*)(void), int, ...)
17 function int swapcontext (ucontext_t*, const ucontext_t*)