• Home
  • Raw
  • Download

Lines Matching refs:STRUCT_MEMBER

52   STRUCT_MEMBER(struct sigevent, int, sigev_notify);  in signal_h()
53 STRUCT_MEMBER(struct sigevent, int, sigev_signo); in signal_h()
54 STRUCT_MEMBER(struct sigevent, union sigval, sigev_value); in signal_h()
57 STRUCT_MEMBER(struct sigevent, void*, sigev_notify_attributes); in signal_h()
59 STRUCT_MEMBER(struct sigevent, pthread_attr_t*, sigev_notify_attributes); in signal_h()
67 STRUCT_MEMBER(union sigval, int, sival_int); in signal_h()
68 STRUCT_MEMBER(union sigval, void*, sival_ptr); in signal_h()
105 STRUCT_MEMBER(struct sigaction, sigset_t, sa_mask); in signal_h()
106 STRUCT_MEMBER(struct sigaction, int, sa_flags); in signal_h()
130 STRUCT_MEMBER(ucontext_t, ucontext_t*, uc_link); in signal_h()
131 STRUCT_MEMBER(ucontext_t, sigset_t, uc_sigmask); in signal_h()
132 STRUCT_MEMBER(ucontext_t, stack_t, uc_stack); in signal_h()
133 STRUCT_MEMBER(ucontext_t, mcontext_t, uc_mcontext); in signal_h()
136 STRUCT_MEMBER(stack_t, void*, ss_sp); in signal_h()
137 STRUCT_MEMBER(stack_t, size_t, ss_size); in signal_h()
138 STRUCT_MEMBER(stack_t, int, ss_flags); in signal_h()
141 STRUCT_MEMBER(siginfo_t, int, si_signo); in signal_h()
142 STRUCT_MEMBER(siginfo_t, int, si_code); in signal_h()
143 STRUCT_MEMBER(siginfo_t, int, si_errno); in signal_h()
144 STRUCT_MEMBER(siginfo_t, pid_t, si_pid); in signal_h()
145 STRUCT_MEMBER(siginfo_t, uid_t, si_uid); in signal_h()
146 STRUCT_MEMBER(siginfo_t, void*, si_addr); in signal_h()
147 STRUCT_MEMBER(siginfo_t, int, si_status); in signal_h()
148 STRUCT_MEMBER(siginfo_t, long, si_band); in signal_h()
149 STRUCT_MEMBER(siginfo_t, union sigval, si_value); in signal_h()