Home
last modified time | relevance | path

Searched refs:ucontext_t (Results 1 – 25 of 125) sorted by relevance

12345

/glibc-2.36/conform/data/
Ducontext.h-data4 type ucontext_t
6 element ucontext_t {ucontext_t*} uc_link
8 xfail[ia64-linux]-element ucontext_t sigset_t uc_sigmask
9 element ucontext_t stack_t uc_stack
11 xfail[powerpc32-linux]-element ucontext_t mcontext_t uc_mcontext
16 function int getcontext (ucontext_t*)
17 function int setcontext (const ucontext_t*)
18 function void makecontext (ucontext_t*, void(*)(void), int, ...)
19 function int swapcontext (ucontext_t*, const ucontext_t*)
Dsignal.h-data25 type ucontext_t
26 element ucontext_t {ucontext_t*} uc_link
28 xfail[ia64-linux]-element ucontext_t sigset_t uc_sigmask
29 element ucontext_t stack_t uc_stack
31 xfail[powerpc32-linux]-element ucontext_t mcontext_t uc_mcontext
138 type ucontext_t
140 element ucontext_t {ucontext_t*} uc_link
142 xfail[ia64-linux]-element ucontext_t sigset_t uc_sigmask
143 element ucontext_t stack_t uc_stack
145 xfail[powerpc32-linux]-element ucontext_t mcontext_t uc_mcontext
/glibc-2.36/stdlib/
Ducontext.h34 extern int getcontext (ucontext_t *__ucp) __THROWNL;
37 extern int setcontext (const ucontext_t *__ucp) __THROWNL;
41 extern int swapcontext (ucontext_t *__restrict __oucp,
42 const ucontext_t *__restrict __ucp)
51 extern void makecontext (ucontext_t *__ucp, void (*__func) (void),
Dtst-swapcontext1.c23 static ucontext_t uctx_main, uctx_func1, uctx_func2;
34 func4(ucontext_t *uocp, ucontext_t *ucp, const char *str, const char *fmt) in func4()
44 func3(ucontext_t *uocp, ucontext_t *ucp, const char *str, const char *fmt) in func3()
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Ducontext-offsets.sym5 UC_LINK offsetof (ucontext_t, uc_link)
6 UC_OSF_SIGMASK offsetof (ucontext_t, __uc_osf_sigmask)
7 UC_STACK offsetof (ucontext_t, uc_stack)
8 UC_SIGCTX offsetof (ucontext_t, uc_mcontext)
9 UC_SIGMASK offsetof (ucontext_t, uc_sigmask)
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Dswapcontext.c26 extern struct rv __getcontext (ucontext_t *__ucp) __THROW;
27 extern int __setcontext (const ucontext_t *__ucp) __THROW;
30 __swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in __swapcontext()
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/
Dswapcontext.c20 extern int __getcontext (ucontext_t *ucp);
21 extern int __setcontext (const ucontext_t *ucp, int restoremask);
24 __swapcontext (ucontext_t *oucp, const ucontext_t *ucp) in __swapcontext()
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sys/
Ducontext.h94 typedef struct ucontext_t { struct
95 struct ucontext_t *uc_link; argument
101 } ucontext_t; argument
294 typedef struct ucontext_t struct
297 struct ucontext_t *uc_link; argument
301 } ucontext_t; typedef
/glibc-2.36/sysdeps/unix/sysv/linux/x86/sys/
Ducontext.h142 typedef struct ucontext_t struct
145 struct ucontext_t *uc_link; argument
151 } ucontext_t; argument
247 typedef struct ucontext_t struct
250 struct ucontext_t *uc_link; argument
256 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc32/
Ducontext_i.sym10 UC_FLAGS offsetof (ucontext_t, uc_flags)
11 UC_LINK offsetof (ucontext_t, uc_link)
12 UC_SIGMASK offsetof (ucontext_t, uc_sigmask)
13 UC_STACK offsetof (ucontext_t, uc_stack)
14 UC_MCONTEXT offsetof (ucontext_t, uc_mcontext)
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/sys/
Ducontext.h44 typedef struct ucontext_t struct
47 struct ucontext_t *uc_link; argument
51 } ucontext_t; argument
/glibc-2.36/sysdeps/generic/sys/
Ducontext.h43 typedef struct ucontext_t struct
46 struct ucontext_t *uc_link; argument
50 } ucontext_t; typedef
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/sys/
Ducontext.h50 typedef struct ucontext_t struct
53 struct ucontext_t *uc_link; argument
57 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/sys/
Ducontext.h55 typedef struct ucontext_t struct
58 struct ucontext_t *uc_link; argument
62 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/csky/sys/
Ducontext.h77 typedef struct ucontext_t struct
80 struct ucontext_t *uc_link; argument
84 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/sys/
Ducontext.h67 typedef struct ucontext_t struct
70 struct ucontext_t *uc_link; argument
74 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/sys/
Ducontext.h71 typedef struct ucontext_t struct
74 struct ucontext_t *uc_link; argument
78 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/sys/
Ducontext.h88 typedef struct ucontext_t struct
91 struct ucontext_t *uc_link; argument
108 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/arc/sys/
Ducontext.h48 typedef struct ucontext_t struct
51 struct ucontext_t *uc_link; argument
55 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/arc/
Ducontext_i.sym12 -- Offsets of the fields in the ucontext_t structure.
13 #define ucontext(member) offsetof (ucontext_t, member)
20 UCONTEXT_SIZE sizeof (ucontext_t)
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Ducontext_i.sym13 -- Offsets of the fields in the ucontext_t structure.
14 #define ucontext(member) offsetof (ucontext_t, member)
26 UCONTEXT_SIZE sizeof (ucontext_t)
/glibc-2.36/sysdeps/unix/sysv/linux/s390/sys/
Ducontext.h82 typedef struct ucontext_t struct
85 struct ucontext_t *uc_link; argument
89 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/
Ducontext_i.sym21 -- Offsets of the fields in the ucontext_t structure.
22 #define ucontext(member) offsetof (ucontext_t, member)
29 UCONTEXT_SIZE sizeof (ucontext_t)
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/sys/
Ducontext.h82 typedef struct ucontext_t struct
85 struct ucontext_t *uc_link; argument
90 } ucontext_t; argument
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/
Ducontext_i.sym13 -- Offsets of the fields in the ucontext_t structure.
14 #define ucontext(member) offsetof (ucontext_t, member)
31 UCONTEXT_SIZE sizeof (ucontext_t)

12345