/third_party/musl/porting/uniproton/kernel/include/ |
H A D | ucontext.h | 15 struct __ucontext; 17 int getcontext(struct __ucontext *); 18 void makecontext(struct __ucontext *, void (*)(), int, ...); 19 int setcontext(const struct __ucontext *); 20 int swapcontext(struct __ucontext *, const struct __ucontext *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | ucontext.h | 15 struct __ucontext; 17 int getcontext(struct __ucontext *); 18 void makecontext(struct __ucontext *, void (*)(), int, ...); 19 int setcontext(const struct __ucontext *); 20 int swapcontext(struct __ucontext *, const struct __ucontext *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | ucontext.h | 15 struct __ucontext; 17 int getcontext(struct __ucontext *); 18 void makecontext(struct __ucontext *, void (*)(), int, ...); 19 int setcontext(const struct __ucontext *); 20 int swapcontext(struct __ucontext *, const struct __ucontext *);
|
/third_party/musl/include/ |
H A D | ucontext.h | 15 struct __ucontext; 17 int getcontext(struct __ucontext *); 18 void makecontext(struct __ucontext *, void (*)(), int, ...); 19 int setcontext(const struct __ucontext *); 20 int swapcontext(struct __ucontext *, const struct __ucontext *);
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | signal.h | 31 typedef struct __ucontext { struct 33 struct __ucontext *uc_link;
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | signal.h | 31 typedef struct __ucontext { struct 33 struct __ucontext *uc_link;
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | signal.h | 31 typedef struct __ucontext { struct 33 struct __ucontext *uc_link;
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | signal.h | 31 typedef struct __ucontext { struct 33 struct __ucontext *uc_link;
|
/third_party/musl/arch/arm/bits/ |
H A D | signal.h | 31 typedef struct __ucontext { struct 33 struct __ucontext *uc_link;
|
/third_party/musl/arch/or1k/bits/ |
H A D | signal.h | 31 typedef struct __ucontext { struct 33 struct __ucontext *uc_link;
|
/third_party/musl/arch/sh/bits/ |
H A D | signal.h | 42 typedef struct __ucontext { struct 44 struct __ucontext *uc_link;
|
/third_party/musl/arch/loongarch64/bits/ |
H A D | signal.h | 44 typedef struct __ucontext struct 47 struct __ucontext *uc_link;
|
/third_party/musl/arch/microblaze/bits/ |
H A D | signal.h | 34 typedef struct __ucontext { struct 36 struct __ucontext *uc_link;
|
/third_party/musl/arch/mips/bits/ |
H A D | signal.h | 54 typedef struct __ucontext { struct 56 struct __ucontext *uc_link;
|
/third_party/musl/arch/powerpc/bits/ |
H A D | signal.h | 62 typedef struct __ucontext { struct 64 struct __ucontext *uc_link;
|
/third_party/musl/arch/riscv32/bits/ |
H A D | signal.h | 65 typedef struct __ucontext struct 68 struct __ucontext *uc_link;
|
/third_party/musl/arch/riscv64/bits/ |
H A D | signal.h | 65 typedef struct __ucontext struct 68 struct __ucontext *uc_link;
|
/third_party/musl/arch/mips64/bits/ |
H A D | signal.h | 73 typedef struct __ucontext { struct 75 struct __ucontext *uc_link;
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | signal.h | 73 typedef struct __ucontext { struct 75 struct __ucontext *uc_link;
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | signal.h | 56 typedef struct __ucontext { struct 58 struct __ucontext *uc_link;
|
/third_party/musl/arch/s390x/bits/ |
H A D | signal.h | 67 typedef struct __ucontext { struct 69 struct __ucontext *uc_link;
|
/third_party/musl/arch/aarch64/bits/ |
H A D | signal.h | 99 typedef struct __ucontext { struct 101 struct __ucontext *uc_link;
|
/third_party/musl/arch/i386/bits/ |
H A D | signal.h | 86 typedef struct __ucontext { struct 88 struct __ucontext *uc_link;
|
/third_party/musl/arch/x32/bits/ |
H A D | signal.h | 97 typedef struct __ucontext { struct 99 struct __ucontext *uc_link;
|
/third_party/musl/arch/x86_64/bits/ |
H A D | signal.h | 97 typedef struct __ucontext { struct 99 struct __ucontext *uc_link;
|