HomeSort by relevance Sort by last modified time
    Searched refs:_VKI_NSIG (Results 1 - 17 of 17) sorted by null

  /external/valgrind/coregrind/
m_vki.c 71 // Set's size must agree with _VKI_NSIG
72 vg_assert( 8 * sizeof(set) == _VKI_NSIG );
83 vg_assert(_VKI_NSIG == NSIG);
84 vg_assert(_VKI_NSIG == 32);
m_libcsignal.c 41 # define _VKI_MAXSIG (_VKI_NSIG - 1)
146 if (signum < 1 || signum > _VKI_NSIG)
157 if (signum < 1 || signum > _VKI_NSIG)
168 if (signum < 1 || signum > _VKI_NSIG)
432 // for (i = 1; i <= _VKI_NSIG; i++) {
491 for (i = 1; i < _VKI_NSIG; i++)
495 if (i == _VKI_NSIG)
m_signals.c 243 Int VG_(max_signal) = _VKI_NSIG;
625 /* Base-ment of these arrays[_VKI_NSIG].
627 Valid signal numbers are 1 .. _VKI_NSIG inclusive.
658 SCSS_Per_Signal scss_per_sig[1+_VKI_NSIG];
703 SKSS_Per_Signal skss_per_sig[1+_VKI_NSIG];
713 vg_assert(info->si_signo >= 1 && info->si_signo <= _VKI_NSIG);
731 for (sig = 1; sig <= _VKI_NSIG; sig++) {
754 for (sig = 1; sig <= _VKI_NSIG; sig++) {
    [all...]
  /external/valgrind/include/vki/
vki-amd64-linux.h 75 #define _VKI_NSIG 64
77 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
119 #define VKI_SIGRTMAX _VKI_NSIG
vki-arm64-linux.h 82 #define _VKI_NSIG 64
84 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
126 #define VKI_SIGRTMAX _VKI_NSIG
vki-arm-linux.h 96 #define _VKI_NSIG 64
98 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
143 #define VKI_SIGRTMAX _VKI_NSIG
vki-ppc32-linux.h 97 #define _VKI_NSIG 64
99 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
144 #define VKI_SIGRTMAX _VKI_NSIG
    [all...]
vki-ppc64-linux.h 101 #define _VKI_NSIG 64
103 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
148 #define VKI_SIGRTMAX _VKI_NSIG
vki-x86-linux.h 92 #define _VKI_NSIG 64
94 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
139 #define VKI_SIGRTMAX _VKI_NSIG
vki-mips32-linux.h 107 #define _VKI_NSIG 128
109 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
155 #define VKI_SIGRTMAX _VKI_NSIG
    [all...]
vki-mips64-linux.h 117 #define _VKI_NSIG 128
119 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
165 #define VKI_SIGRTMAX (_VKI_NSIG - 1)
    [all...]
vki-s390x-linux.h 141 #define _VKI_NSIG _VKI_SIGCONTEXT_NSIG
191 #define VKI_SIGRTMAX _VKI_NSIG
vki-darwin.h 394 #define _VKI_NSIG 32
395 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
vki-solaris.h 1039 #define _VKI_NSIG 128
1042 #define _VKI_NSIG_WORDS (_VKI_NSIG / _VKI_NSIG_BPW)
    [all...]
  /external/valgrind/callgrind/
threads.c 397 CLG_ASSERT((sigNum > 0) && (sigNum <= _VKI_NSIG));
  /external/valgrind/coregrind/m_gdbserver/
remote-utils.c 54 for (i = 1; i <= _VKI_NSIG; i++) {
    [all...]
  /external/valgrind/coregrind/m_scheduler/
scheduler.c     [all...]

Completed in 537 milliseconds