Home | History | Annotate | Download | only in coregrind

Lines Matching full:skss

91    entirely different.  This is recorded in SKSS, the static Kernel
93 signals) is that there's a pure function to calculate SKSS from SCSS,
95 recompute the associated SKSS and apply any changes from the previous
96 SKSS through to the kernel.
152 Obviously from the above, SKSS's signal mask (viz, what we really run
653 are mashed around only when SKSS is calculated from it.
686 Static kernel signal state (SKSS). This is the state
720 SKSS;
722 static SKSS skss;
738 Compute the SKSS required by the current SCSS.
748 skss.skss_per_sig[sig].skss_handler,
749 skss
763 void calculate_SKSS_from_SCSS ( SKSS* dst )
854 /* Create SKSS entry for this signal. */
873 After a possible SCSS change, update SKSS and the kernel itself.
1027 SKSS skss_old;
1031 /* Remember old SKSS and calculate new one. */
1032 skss_old = skss;
1033 calculate_SKSS_from_SCSS ( &skss );
1035 /* Compare the new SKSS entries vs the old ones, and update kernel
1046 == skss.skss_per_sig[sig].skss_handler)
1048 == skss.skss_per_sig[sig].skss_flags))
1053 ksa.ksa_handler = skss.skss_per_sig[sig].skss_handler;
1054 ksa.sa_flags = skss.skss_per_sig[sig].skss_flags;
2958 Whilst doing this, block all real signals. Then calculate SKSS and
2968 VG_(memset)(&skss, 0, sizeof(skss));
3063 /* Calculate SKSS and apply it. This also sets the initial kernel