Home
last modified time | relevance | path

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

12

/third_party/musl/porting/uniproton/kernel/include/
H A Ducontext.h15 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 Ducontext.h15 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 Ducontext.h15 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 Ducontext.h15 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 Dsignal.h31 typedef struct __ucontext { struct
33 struct __ucontext *uc_link;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsignal.h31 typedef struct __ucontext { struct
33 struct __ucontext *uc_link;
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsignal.h31 typedef struct __ucontext { struct
33 struct __ucontext *uc_link;
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsignal.h31 typedef struct __ucontext { struct
33 struct __ucontext *uc_link;
/third_party/musl/arch/arm/bits/
H A Dsignal.h31 typedef struct __ucontext { struct
33 struct __ucontext *uc_link;
/third_party/musl/arch/or1k/bits/
H A Dsignal.h31 typedef struct __ucontext { struct
33 struct __ucontext *uc_link;
/third_party/musl/arch/sh/bits/
H A Dsignal.h42 typedef struct __ucontext { struct
44 struct __ucontext *uc_link;
/third_party/musl/arch/loongarch64/bits/
H A Dsignal.h44 typedef struct __ucontext struct
47 struct __ucontext *uc_link;
/third_party/musl/arch/microblaze/bits/
H A Dsignal.h34 typedef struct __ucontext { struct
36 struct __ucontext *uc_link;
/third_party/musl/arch/mips/bits/
H A Dsignal.h54 typedef struct __ucontext { struct
56 struct __ucontext *uc_link;
/third_party/musl/arch/powerpc/bits/
H A Dsignal.h62 typedef struct __ucontext { struct
64 struct __ucontext *uc_link;
/third_party/musl/arch/riscv32/bits/
H A Dsignal.h65 typedef struct __ucontext struct
68 struct __ucontext *uc_link;
/third_party/musl/arch/riscv64/bits/
H A Dsignal.h65 typedef struct __ucontext struct
68 struct __ucontext *uc_link;
/third_party/musl/arch/mips64/bits/
H A Dsignal.h73 typedef struct __ucontext { struct
75 struct __ucontext *uc_link;
/third_party/musl/arch/mipsn32/bits/
H A Dsignal.h73 typedef struct __ucontext { struct
75 struct __ucontext *uc_link;
/third_party/musl/arch/powerpc64/bits/
H A Dsignal.h56 typedef struct __ucontext { struct
58 struct __ucontext *uc_link;
/third_party/musl/arch/s390x/bits/
H A Dsignal.h67 typedef struct __ucontext { struct
69 struct __ucontext *uc_link;
/third_party/musl/arch/aarch64/bits/
H A Dsignal.h99 typedef struct __ucontext { struct
101 struct __ucontext *uc_link;
/third_party/musl/arch/i386/bits/
H A Dsignal.h86 typedef struct __ucontext { struct
88 struct __ucontext *uc_link;
/third_party/musl/arch/x32/bits/
H A Dsignal.h97 typedef struct __ucontext { struct
99 struct __ucontext *uc_link;
/third_party/musl/arch/x86_64/bits/
H A Dsignal.h97 typedef struct __ucontext { struct
99 struct __ucontext *uc_link;

Completed in 9 milliseconds

12