Home
last modified time | relevance | path

Searched defs:kernel_sigaction (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ltp/include/lapi/
H A Drt_sigaction.h17 struct kernel_sigaction { struct
23 struct kernel_sigaction { argument
24 void (* k_sa_handler)(int);
25 unsigned long sa_flags;
26 void (*sa_restorer) (void);
27 sigset_t sa_mask;
/aosp_15_r20/external/cronet/base/process/
H A Dlaunch_posix.cc128 struct kernel_sigaction { struct
130 k_sa_handler; // For this usage it only needs to be a generic pointer.
131 unsigned long k_sa_flags;
133 k_sa_restorer; // For this usage it only needs to be a generic pointer.
134 kernel_sigset_t k_sa_mask;
/aosp_15_r20/external/libchrome/base/process/
H A Dlaunch_posix.cc153 struct kernel_sigaction { struct
154 void* k_sa_handler; // For this usage it only needs to be a generic pointer.
155 unsigned long k_sa_flags;
156 void* k_sa_restorer; // For this usage it only needs to be a generic pointer.
157 kernel_sigset_t k_sa_mask;
/aosp_15_r20/external/cronet/third_party/lss/
H A Dlinux_syscall_support.h338 struct kernel_sigaction { struct
340 unsigned long sa_flags;
341 union {
345 struct kernel_sigset_t sa_mask;
/aosp_15_r20/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h338 struct kernel_sigaction { struct
340 unsigned long sa_flags;
341 union {
345 struct kernel_sigset_t sa_mask;