Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 107 for SIGSTOP (0.08 sec)

  1. src/os/signal/doc.go

    /*
    Package signal implements access to incoming signals.
    
    Signals are primarily used on Unix-like systems. For the use of this
    package on Windows and Plan 9, see below.
    
    # Types of signals
    
    The signals SIGKILL and SIGSTOP may not be caught by a program, and
    therefore cannot be affected by this package.
    
    Synchronous signals are signals triggered by errors in program
    execution: SIGBUS, SIGFPE, and SIGSEGV. These are only considered
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:11:00 UTC 2024
    - 11K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go

    	SIGKILL   = syscall.Signal(0x9)
    	SIGPIPE   = syscall.Signal(0xd)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGPWR    = syscall.Signal(0x20)
    	SIGQUIT   = syscall.Signal(0x3)
    	SIGSEGV   = syscall.Signal(0xb)
    	SIGSTOP   = syscall.Signal(0x11)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTERM   = syscall.Signal(0xf)
    	SIGTRAP   = syscall.Signal(0x5)
    	SIGTSTP   = syscall.Signal(0x12)
    	SIGTTIN   = syscall.Signal(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go

    	SIGKILL   = syscall.Signal(0x9)
    	SIGPIPE   = syscall.Signal(0xd)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGPWR    = syscall.Signal(0x20)
    	SIGQUIT   = syscall.Signal(0x3)
    	SIGSEGV   = syscall.Signal(0xb)
    	SIGSTOP   = syscall.Signal(0x11)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTERM   = syscall.Signal(0xf)
    	SIGTRAP   = syscall.Signal(0x5)
    	SIGTSTP   = syscall.Signal(0x12)
    	SIGTTIN   = syscall.Signal(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 71.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_netbsd_arm64.go

    	SIGKILL   = syscall.Signal(0x9)
    	SIGPIPE   = syscall.Signal(0xd)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGPWR    = syscall.Signal(0x20)
    	SIGQUIT   = syscall.Signal(0x3)
    	SIGSEGV   = syscall.Signal(0xb)
    	SIGSTOP   = syscall.Signal(0x11)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTERM   = syscall.Signal(0xf)
    	SIGTRAP   = syscall.Signal(0x5)
    	SIGTSTP   = syscall.Signal(0x12)
    	SIGTTIN   = syscall.Signal(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 72.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go

    	SIGIOT    = syscall.Signal(0x6)
    	SIGKILL   = syscall.Signal(0x9)
    	SIGPIPE   = syscall.Signal(0xd)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGQUIT   = syscall.Signal(0x3)
    	SIGSEGV   = syscall.Signal(0xb)
    	SIGSTOP   = syscall.Signal(0x11)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTERM   = syscall.Signal(0xf)
    	SIGTHR    = syscall.Signal(0x20)
    	SIGTRAP   = syscall.Signal(0x5)
    	SIGTSTP   = syscall.Signal(0x12)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm64.go

    	SIGIOT    = syscall.Signal(0x6)
    	SIGKILL   = syscall.Signal(0x9)
    	SIGPIPE   = syscall.Signal(0xd)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGQUIT   = syscall.Signal(0x3)
    	SIGSEGV   = syscall.Signal(0xb)
    	SIGSTOP   = syscall.Signal(0x11)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTERM   = syscall.Signal(0xf)
    	SIGTHR    = syscall.Signal(0x20)
    	SIGTRAP   = syscall.Signal(0x5)
    	SIGTSTP   = syscall.Signal(0x12)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_ppc64.go

    	SIGIOT    = syscall.Signal(0x6)
    	SIGKILL   = syscall.Signal(0x9)
    	SIGPIPE   = syscall.Signal(0xd)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGQUIT   = syscall.Signal(0x3)
    	SIGSEGV   = syscall.Signal(0xb)
    	SIGSTOP   = syscall.Signal(0x11)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTERM   = syscall.Signal(0xf)
    	SIGTHR    = syscall.Signal(0x20)
    	SIGTRAP   = syscall.Signal(0x5)
    	SIGTSTP   = syscall.Signal(0x12)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	SIGIOT    = syscall.Signal(0x6)
    	SIGKILL   = syscall.Signal(0x9)
    	SIGPIPE   = syscall.Signal(0xd)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGQUIT   = syscall.Signal(0x3)
    	SIGSEGV   = syscall.Signal(0xb)
    	SIGSTOP   = syscall.Signal(0x11)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTERM   = syscall.Signal(0xf)
    	SIGTRAP   = syscall.Signal(0x5)
    	SIGTSTP   = syscall.Signal(0x12)
    	SIGTTIN   = syscall.Signal(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go

    	SIGIOT    = syscall.Signal(0x6)
    	SIGKILL   = syscall.Signal(0x9)
    	SIGPIPE   = syscall.Signal(0xd)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGQUIT   = syscall.Signal(0x3)
    	SIGSEGV   = syscall.Signal(0xb)
    	SIGSTOP   = syscall.Signal(0x11)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTERM   = syscall.Signal(0xf)
    	SIGTHR    = syscall.Signal(0x20)
    	SIGTRAP   = syscall.Signal(0x5)
    	SIGTSTP   = syscall.Signal(0x12)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	SIGLIBRT  = syscall.Signal(0x21)
    	SIGLWP    = syscall.Signal(0x20)
    	SIGPIPE   = syscall.Signal(0xd)
    	SIGPROF   = syscall.Signal(0x1b)
    	SIGQUIT   = syscall.Signal(0x3)
    	SIGSEGV   = syscall.Signal(0xb)
    	SIGSTOP   = syscall.Signal(0x11)
    	SIGSYS    = syscall.Signal(0xc)
    	SIGTERM   = syscall.Signal(0xf)
    	SIGTHR    = syscall.Signal(0x20)
    	SIGTRAP   = syscall.Signal(0x5)
    	SIGTSTP   = syscall.Signal(0x12)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
Back to top