Home
last modified time | relevance | path

Searched refs:mcontext_t (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Ducontext.h83 typedef struct sigcontext mcontext_t; typedef
89 mcontext_t uc_mcontext;
111 typedef struct sigcontext mcontext_t;
123 mcontext_t uc_mcontext;
198 } mcontext_t;
204 mcontext_t uc_mcontext;
302 } mcontext_t;
308 mcontext_t uc_mcontext;
/bionic/tests/headers/posix/
Dsignal_h.c127 TYPE(mcontext_t); in signal_h()
133 STRUCT_MEMBER(ucontext_t, mcontext_t, uc_mcontext); in signal_h()