Searched refs:__ucontext (Results 1 – 4 of 4) sorted by relevance
15 struct __ucontext;17 int getcontext(struct __ucontext*);18 void makecontext(struct __ucontext*, void (*)(void), int, ...);19 int setcontext(const struct __ucontext*);20 int swapcontext(struct __ucontext*, const struct __ucontext*);
13 #define __ucontext ucontext macro
72 typedef struct __ucontext { struct74 struct __ucontext* uc_link; argument
51 typedef struct __ucontext { struct
Completed in 7 milliseconds