Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 104 for SIGUSR2 (0.32 sec)

  1. src/syscall/zerrors_linux_mips64le.go

    	SIGTERM   = Signal(0xf)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x18)
    	SIGTTIN   = Signal(0x1a)
    	SIGTTOU   = Signal(0x1b)
    	SIGURG    = Signal(0x15)
    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    	SIGVTALRM = Signal(0x1c)
    	SIGWINCH  = Signal(0x14)
    	SIGXCPU   = Signal(0x1e)
    	SIGXFSZ   = Signal(0x1f)
    )
    
    // Error table
    var errors = [...]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mipsle.go

    	SIGTERM   = Signal(0xf)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x18)
    	SIGTTIN   = Signal(0x1a)
    	SIGTTOU   = Signal(0x1b)
    	SIGURG    = Signal(0x15)
    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    	SIGVTALRM = Signal(0x1c)
    	SIGWINCH  = Signal(0x14)
    	SIGXCPU   = Signal(0x1e)
    	SIGXFSZ   = Signal(0x1f)
    )
    
    // Error table
    var errors = [...]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_arm64.go

    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x14)
    	SIGTTIN   = Signal(0x15)
    	SIGTTOU   = Signal(0x16)
    	SIGUNUSED = Signal(0x1f)
    	SIGURG    = Signal(0x17)
    	SIGUSR1   = Signal(0xa)
    	SIGUSR2   = Signal(0xc)
    	SIGVTALRM = Signal(0x1a)
    	SIGWINCH  = Signal(0x1c)
    	SIGXCPU   = Signal(0x18)
    	SIGXFSZ   = Signal(0x19)
    )
    
    // Error table
    var errors = [...]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.6K bytes
    - Viewed (0)
  4. src/syscall/zerrors_linux_ppc64le.go

    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x14)
    	SIGTTIN   = Signal(0x15)
    	SIGTTOU   = Signal(0x16)
    	SIGUNUSED = Signal(0x1f)
    	SIGURG    = Signal(0x17)
    	SIGUSR1   = Signal(0xa)
    	SIGUSR2   = Signal(0xc)
    	SIGVTALRM = Signal(0x1a)
    	SIGWINCH  = Signal(0x1c)
    	SIGXCPU   = Signal(0x18)
    	SIGXFSZ   = Signal(0x19)
    )
    
    // Error table
    var errors = [...]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_loong64.go

    	SIGTERM   = Signal(0xf)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x14)
    	SIGTTIN   = Signal(0x15)
    	SIGTTOU   = Signal(0x16)
    	SIGURG    = Signal(0x17)
    	SIGUSR1   = Signal(0xa)
    	SIGUSR2   = Signal(0xc)
    	SIGVTALRM = Signal(0x1a)
    	SIGWINCH  = Signal(0x1c)
    	SIGXCPU   = Signal(0x18)
    	SIGXFSZ   = Signal(0x19)
    )
    
    // Error table
    var errors = [...]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  6. src/runtime/signal_unix.go

    // consequences. For example, SIGALRM is a bad choice because the
    // signal handler can't tell if it was caused by the real process
    // alarm or not (arguably this means the signal is broken, but I
    // digress). SIGUSR1 and SIGUSR2 are also bad because those are often
    // used in meaningful ways by applications.
    //
    // 4. We need to deal with platforms without real-time signals (like
    // macOS), so those are out.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
  7. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SIGURG Signal
    pkg syscall (netbsd-arm64-cgo), const SIGUSR1 = 30
    pkg syscall (netbsd-arm64-cgo), const SIGUSR1 Signal
    pkg syscall (netbsd-arm64-cgo), const SIGUSR2 = 31
    pkg syscall (netbsd-arm64-cgo), const SIGUSR2 Signal
    pkg syscall (netbsd-arm64-cgo), const SIGVTALRM = 26
    pkg syscall (netbsd-arm64-cgo), const SIGVTALRM Signal
    pkg syscall (netbsd-arm64-cgo), const SIGWINCH = 28
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const SIGTTIN = 21
    pkg syscall (darwin-386), const SIGTTOU = 22
    pkg syscall (darwin-386), const SIGURG = 16
    pkg syscall (darwin-386), const SIGUSR1 = 30
    pkg syscall (darwin-386), const SIGUSR2 = 31
    pkg syscall (darwin-386), const SIGVTALRM = 26
    pkg syscall (darwin-386), const SIGWINCH = 28
    pkg syscall (darwin-386), const SIGXCPU = 24
    pkg syscall (darwin-386), const SIGXFSZ = 25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SIGTTOU Signal
    pkg syscall (freebsd-386-cgo), const SIGURG Signal
    pkg syscall (freebsd-386-cgo), const SIGUSR1 Signal
    pkg syscall (freebsd-386-cgo), const SIGUSR2 Signal
    pkg syscall (freebsd-386-cgo), const SIGVTALRM Signal
    pkg syscall (freebsd-386-cgo), const SIGWINCH Signal
    pkg syscall (freebsd-386-cgo), const SIGXCPU Signal
    pkg syscall (freebsd-386-cgo), const SIGXFSZ Signal
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  10. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SIGURG Signal
    pkg syscall (freebsd-arm64), const SIGUSR1 = 30
    pkg syscall (freebsd-arm64), const SIGUSR1 Signal
    pkg syscall (freebsd-arm64), const SIGUSR2 = 31
    pkg syscall (freebsd-arm64), const SIGUSR2 Signal
    pkg syscall (freebsd-arm64), const SIGVTALRM = 26
    pkg syscall (freebsd-arm64), const SIGVTALRM Signal
    pkg syscall (freebsd-arm64), const SIGWINCH = 28
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
Back to top