Searched refs:__ucontext (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/
H A Ducontext.h15 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*);
H A Dsignal.h13 #define __ucontext ucontext macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h72 typedef struct __ucontext { struct
74 struct __ucontext* uc_link;
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dsignal.h51 typedef struct __ucontext { struct

Completed in 87 milliseconds