Home
last modified time | relevance | path

Searched refs:ucontext_t (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Ducontext.h32 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),
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Ducontext.h115 } ucontext_t; typedef