Home | History | Annotate | Download | only in sys

Lines Matching refs:sigset_t

71   sigset_t uc_sigmask;
72 // Android has a wrong (smaller) sigset_t on ARM.
74 // The kernel adds extra padding after uc_sigmask to match glibc sigset_t on ARM.
88 sigset_t uc_sigmask;
89 // The kernel adds extra padding after uc_sigmask to match glibc sigset_t on ARM64.
90 char __padding[128 - sizeof(sigset_t)];
153 sigset_t uc_sigmask;
154 // Android has a wrong (smaller) sigset_t on x86.
205 sigset_t uc_sigmask;
281 sigset_t uc_sigmask;