HomeSort by relevance Sort by last modified time
    Searched refs:_NSIG (Results 201 - 222 of 222) sorted by null

1 2 3 4 5 6 7 89

  /prebuilts/go/darwin-x86/src/runtime/
os_linux_mipsx.go 33 _NSIG = 128 + 1
signal_unix.go 37 var fwdSig [_NSIG]uintptr
48 // _NSIG is the number of signals on this operating system.
50 if len(sigtable) != _NSIG {
51 print("runtime: len(sigtable)=", len(sigtable), " _NSIG=", _NSIG, "\n")
74 for i := uint32(0); i < _NSIG; i++ {
348 if sig >= _NSIG {
os2_nacl.go 8 _NSIG = 32
os_dragonfly.go 10 _NSIG = 33
os_netbsd.go 17 _NSIG = 33
os_darwin.go 470 _NSIG = 32
os_windows.go 14 _NSIG = 65
  /prebuilts/go/linux-x86/src/runtime/
os2_plan9.go 63 _NSIG = 14 // number of signals in sigtable array
os_linux_mipsx.go 33 _NSIG = 128 + 1
signal_unix.go 37 var fwdSig [_NSIG]uintptr
48 // _NSIG is the number of signals on this operating system.
50 if len(sigtable) != _NSIG {
51 print("runtime: len(sigtable)=", len(sigtable), " _NSIG=", _NSIG, "\n")
74 for i := uint32(0); i < _NSIG; i++ {
348 if sig >= _NSIG {
os2_nacl.go 8 _NSIG = 32
os_dragonfly.go 10 _NSIG = 33
os_netbsd.go 17 _NSIG = 33
os_darwin.go 470 _NSIG = 32
os_windows.go 14 _NSIG = 65
  /toolchain/binutils/binutils-2.25/libiberty/
strsignal.c 249 #ifdef _NSIG
250 static int sys_nsig = _NSIG;
  /external/google-breakpad/src/common/android/
breakpad_getcontext.S 93 #define _NSIG 64
167 mov x3, #(_NSIG / 8)
  /external/libdaemon/libdaemon/
dfork.c 50 #if defined(_NSIG) /* On glibc NSIG does not count RT signals */
51 # define SIGNAL_UPPER_BOUND _NSIG
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
signalmodule.c 36 # if defined(_NSIG)
37 # define NSIG _NSIG /* For BSD/SysV */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
signalmodule.c 36 # if defined(_NSIG)
37 # define NSIG _NSIG /* For BSD/SysV */
  /external/mksh/src/
sh.h 344 #elif defined(_NSIG)
345 #define ksh_NSIG (_NSIG)
    [all...]
  /external/netperf/src/
netlib.c 71 # define NSIG _NSIG
    [all...]

Completed in 1087 milliseconds

1 2 3 4 5 6 7 89