Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds