Searched refs:sa_restorer (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/bionic/
H A Dsigaction.cpp46 kernel_new_action.sa_restorer = bionic_new_action->sa_restorer;
50 kernel_new_action.sa_restorer = &__rt_sigreturn;
66 bionic_old_action->sa_restorer = kernel_old_action.sa_restorer;
68 if (bionic_old_action->sa_restorer == &__rt_sigreturn) {
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsignal.h104 void (*sa_restorer)(void); member in struct:sigaction
114 __sigrestore_t sa_restorer; member in struct:sigaction
/bionic/libc/include/
H A Dsignal.h87 void (*sa_restorer)(void); member in struct:sigaction
/bionic/libc/kernel/uapi/asm-arm/asm/
H A Dsignal.h99 void (*sa_restorer)(void); member in struct:sigaction
/bionic/libc/kernel/uapi/asm-generic/
H A Dsignal.h104 __sigrestore_t sa_restorer; member in struct:sigaction

Completed in 1147 milliseconds