Home | History | Annotate | Download | only in base

Lines Matching refs:SA_RESTORER

256   void               (*sa_restorer)(void);
298 void (*sa_restorer)(void);
499 #ifndef SA_RESTORER
500 #define SA_RESTORER 0x04000000
1847 * SA_RESTORER in order to be able to return from a signal handler.
1851 if (act != NULL && !(act->sa_flags & SA_RESTORER)) {
1853 a.sa_flags |= SA_RESTORER;
1854 a.sa_restorer = LSS_NAME(restore_rt)();
1959 * SA_RESTORER when using realtime signals. Otherwise, it does not
1963 * Apparently, a SA_RESTORER is implicitly set by the kernel, when
1968 if (!(a.sa_flags & SA_RESTORER)) {
1969 a.sa_flags |= SA_RESTORER;
1970 a.sa_restorer = (a.sa_flags & SA_SIGINFO)
1985 oa.sa_restorer = act->sa_restorer;
2004 oldact->sa_restorer = ptr_oa->sa_restorer;