Searched defs:siginfo (Results 1 – 4 of 4) sorted by relevance
36 typedef struct siginfo { struct37 int si_signo;39 int si_code;40 int si_errno;41 int __pad0[SI_MAX_SIZE / sizeof(int) - SI_PAD_SIZE - 3];42 union {111 } siginfo_t; argument
54 typedef struct siginfo { struct55 int si_signo;56 int si_errno;57 int si_code;59 union {120 } __ARCH_SI_ATTRIBUTES siginfo_t; argument
183 siginfo_t siginfo; in run_watchpoint_test() local363 siginfo_t siginfo; in TEST() local
392 handler.sa_sigaction = [](int, siginfo_t* siginfo, void*) { received = *siginfo; }; in TEST()