HomeSort by relevance Sort by last modified time
    Searched refs:NSIG (Results 26 - 45 of 45) sorted by null

12

  /toolchain/binutils/binutils-2.27/libiberty/
strsignal.c 246 #ifdef NSIG
247 static int sys_nsig = NSIG;
355 check the size of the table (@code{NSIG}) before indexing it, since
357 the table. Thus @code{NSIG} might be smaller than value implied by
  /external/mksh/src/
Build.sh     [all...]
sh.h 366 #if defined(NSIG)
367 #define ksh_NSIG (NSIG)
379 # error Please have your platform define NSIG.
383 # error Your NSIG value is not positive.
394 # error Your NSIG value is larger than your NSIG_MAX value.
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 346 NSIG = 65
347 MAXSIG = (NSIG-1)
348 NUMSIGS = (NSIG-1)
  /external/libdaemon/libdaemon/
dfork.c 50 #if defined(_NSIG) /* On glibc NSIG does not count RT signals */
52 #elif defined(NSIG) /* Solaris defines just this */
53 # define SIGNAL_UPPER_BOUND NSIG
  /external/libevent/
kqueue.c 448 EVUTIL_ASSERT(nsignal >= 0 && nsignal < NSIG);
482 EVUTIL_ASSERT(nsignal >= 0 && nsignal < NSIG);
  /external/strace/
signal.c 36 #include "nsig.h"
511 unsigned long sa_mask[NSIG / sizeof(long)];
520 uint32_t sa_mask[2 * (NSIG / sizeof(long))];
  /external/python/cpython3/Lib/multiprocessing/
resource_sharer.py 139 signal.pthread_sigmask(signal.SIG_BLOCK, range(1, signal.NSIG))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
signal.h 207 # define NSIG _NSIG
  /external/honggfuzz/mac/
arch.c 109 } arch_sigs[NSIG];
112 for (int x = 0; x < NSIG; x++) arch_sigs[x].important = false;
  /external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c 174 #define NUMSIGS NSIG
  /art/sigchainlib/
sigchain.cc 41 #define _NSIG NSIG
  /external/python/cpython3/Lib/asyncio/
unix_events.py 170 if not (1 <= sig < signal.NSIG):
172 'sig {} out of range(1, {})'.format(sig, signal.NSIG))
    [all...]
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 581 NSIG = 46
STROPTS.py 578 NSIG = 46
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c     [all...]
doio.c 561 for (i = 1; i <= NSIG; i++) {
864 for (i = 1; i <= NSIG; i++) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c     [all...]
  /external/python/cpython3/Lib/test/test_asyncio/
test_events.py 505 ValueError, self.loop.add_signal_handler, signal.NSIG+1,
508 ValueError, self.loop.remove_signal_handler, signal.NSIG+1)
    [all...]
  /external/minijail/
libminijail.c     [all...]

Completed in 508 milliseconds

12