Searched refs:siginfo (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/kernel/uapi/asm-arm/asm/ |
D | signal.h | 22 struct siginfo; 94 void(* _sa_sigaction) (int, struct siginfo *, void *);
|
/bionic/libc/kernel/uapi/asm-x86/asm/ |
D | signal.h | 26 struct siginfo; 99 void(* _sa_sigaction) (int, struct siginfo *, void *);
|
/bionic/tests/ |
D | sys_ptrace_test.cpp | 183 siginfo_t siginfo; in run_watchpoint_test() local 184 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child, nullptr, &siginfo)) << strerror(errno); in run_watchpoint_test() 185 ASSERT_EQ(TRAP_HWBKPT, siginfo.si_code); in run_watchpoint_test() 187 ASSERT_LE(&data, siginfo.si_addr); in run_watchpoint_test() 188 ASSERT_GT((&data) + 1, siginfo.si_addr); in run_watchpoint_test() 363 siginfo_t siginfo; in TEST() local 364 ASSERT_EQ(0, ptrace(PTRACE_GETSIGINFO, child, nullptr, &siginfo)) << strerror(errno); in TEST() 365 ASSERT_EQ(TRAP_HWBKPT, siginfo.si_code); in TEST()
|
D | signal_test.cpp | 388 static siginfo received; in TEST() 392 handler.sa_sigaction = [](int, siginfo_t* siginfo, void*) { received = *siginfo; }; in TEST() argument 397 siginfo sent; in TEST()
|
/bionic/libc/include/ |
D | signal.h | 98 void (*sa_sigaction)(int, struct siginfo*, void*); 110 void (*sa_sigaction) (int, struct siginfo*, void*);
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | siginfo.h | 36 typedef struct siginfo { struct
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | siginfo.h | 54 typedef struct siginfo { struct
|