Searched refs:ucontext_t (Results 1 – 2 of 2) sorted by relevance
32 extern int getcontext (ucontext_t *__ucp) __THROW;35 extern int setcontext (__const ucontext_t *__ucp) __THROW;39 extern int swapcontext (ucontext_t *__restrict __oucp,40 __const ucontext_t *__restrict __ucp) __THROW;48 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
115 } ucontext_t; typedef