Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 101 for SIGVTALRM (0.45 sec)

  1. src/syscall/zerrors_linux_ppc64le.go

    	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{
    	1:   "operation not permitted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 71.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_loong64.go

    	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{
    	1:   "operation not permitted",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  3. src/runtime/signal_unix.go

    //
    // There's no good way to choose this signal, but there are some
    // heuristics:
    //
    // 1. It should be a signal that's passed-through by debuggers by
    // default. On Linux, this is SIGALRM, SIGURG, SIGCHLD, SIGIO,
    // SIGVTALRM, SIGPROF, and SIGWINCH, plus some glibc-internal signals.
    //
    // 2. It shouldn't be used internally by libc in mixed Go/C binaries
    // because libc may assume it's the only thing that can handle these
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 10 16:04:54 UTC 2024
    - 45K bytes
    - Viewed (0)
  4. api/go1.13.txt

    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
    pkg syscall (netbsd-arm64-cgo), const SIGWINCH Signal
    pkg syscall (netbsd-arm64-cgo), const SIGXCPU = 24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  5. api/go1.1.txt

    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
    pkg syscall (darwin-386), const SIOCADDMULTI = 2149607729
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.2.txt

    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)
  7. api/go1.14.txt

    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
    pkg syscall (freebsd-arm64), const SIGWINCH Signal
    pkg syscall (freebsd-arm64), const SIGXCPU = 24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.16.txt

    pkg syscall (darwin-arm64), const SIGUSR1 Signal
    pkg syscall (darwin-arm64), const SIGUSR2 = 31
    pkg syscall (darwin-arm64), const SIGUSR2 Signal
    pkg syscall (darwin-arm64), const SIGVTALRM = 26
    pkg syscall (darwin-arm64), const SIGVTALRM Signal
    pkg syscall (darwin-arm64), const SIGWINCH = 28
    pkg syscall (darwin-arm64), const SIGWINCH Signal
    pkg syscall (darwin-arm64), const SIGXCPU = 24
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SIGUSR2 = 31 #53466
    pkg syscall (freebsd-riscv64), const SIGUSR2 Signal #53466
    pkg syscall (freebsd-riscv64), const SIGVTALRM = 26 #53466
    pkg syscall (freebsd-riscv64), const SIGVTALRM Signal #53466
    pkg syscall (freebsd-riscv64), const SIGWINCH = 28 #53466
    pkg syscall (freebsd-riscv64), const SIGWINCH Signal #53466
    pkg syscall (freebsd-riscv64), const SIGXCPU = 24 #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.txt

    pkg syscall (darwin-386), const SIGTTOU Signal
    pkg syscall (darwin-386), const SIGURG Signal
    pkg syscall (darwin-386), const SIGUSR1 Signal
    pkg syscall (darwin-386), const SIGUSR2 Signal
    pkg syscall (darwin-386), const SIGVTALRM Signal
    pkg syscall (darwin-386), const SIGWINCH Signal
    pkg syscall (darwin-386), const SIGXCPU Signal
    pkg syscall (darwin-386), const SIGXFSZ Signal
    pkg syscall (darwin-386), const SIOCADDMULTI ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top