Home
last modified time | relevance | path

Searched defs:k_sigaction (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/internal/
Dksigaction.h6 struct k_sigaction { struct
7 void (*handler)(int);
8 unsigned long flags;
9 void (*restorer)(void);
10 unsigned mask[2];
/third_party/musl/arch/sh/
Dksigaction.h3 struct k_sigaction { struct
4 void (*handler)(int);
5 unsigned long flags;
6 void *restorer;
7 unsigned mask[2];
/third_party/musl/arch/mipsn32/
Dksigaction.h3 struct k_sigaction { struct
4 unsigned flags;
5 void (*handler)(int);
6 unsigned long mask[4];
7 void (*restorer)();
/third_party/musl/arch/mips64/
Dksigaction.h3 struct k_sigaction { struct
4 unsigned flags;
5 void (*handler)(int);
6 unsigned long mask[2];
7 void (*restorer)();
/third_party/musl/arch/mips/
Dksigaction.h3 struct k_sigaction { struct
4 unsigned flags;
5 void (*handler)(int);
6 unsigned long mask[4];
10 void (*restorer)();
/third_party/musl/arch/x86_64/
Dksigaction.h3 struct k_sigaction { struct
4 void (*handler)(int);
5 unsigned long flags;
6 void (*restorer)(void);
7 unsigned mask[2];
/third_party/musl/arch/x32/
Dksigaction.h3 struct k_sigaction { struct
4 void (*handler)(int);
5 unsigned long flags;
6 void (*restorer)(void);
7 unsigned mask[2];
/third_party/ltp/testcases/kernel/syscalls/kill/
Dkill10.c759 static inline int k_sigaction(int sig, struct sigaction *sa, struct sigaction *osa) in k_sigaction() function
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h3951 struct k_sigaction { struct
3952 struct sigaction sa;