Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 107 for SIGSTOP (0.09 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	SIGRECONFIG = syscall.Signal(0x3a)
    	SIGRETRACT  = syscall.Signal(0x3d)
    	SIGSAK      = syscall.Signal(0x3f)
    	SIGSEGV     = syscall.Signal(0xb)
    	SIGSOUND    = syscall.Signal(0x3e)
    	SIGSTOP     = syscall.Signal(0x11)
    	SIGSYS      = syscall.Signal(0xc)
    	SIGSYSERROR = syscall.Signal(0x30)
    	SIGTALRM    = syscall.Signal(0x26)
    	SIGTERM     = syscall.Signal(0xf)
    	SIGTRAP     = syscall.Signal(0x5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  2. src/os/signal/signal_cgo_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	defer procTTY.Close()
    
    	// Control pipe. GO_TEST_TERMINAL_SIGNALS=2 send the PID of
    	// GO_TEST_TERMINAL_SIGNALS=3 here. After SIGSTOP, it also writes a
    	// byte to indicate that the foreground cycling is complete.
    	controlR, controlW, err := os.Pipe()
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	var (
    		ctx     = context.Background()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 10:09:15 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	SIGPIPE    = syscall.Signal(0xd)
    	SIGPOLL    = syscall.Signal(0x16)
    	SIGPROF    = syscall.Signal(0x1d)
    	SIGPWR     = syscall.Signal(0x13)
    	SIGQUIT    = syscall.Signal(0x3)
    	SIGSEGV    = syscall.Signal(0xb)
    	SIGSTOP    = syscall.Signal(0x17)
    	SIGSYS     = syscall.Signal(0xc)
    	SIGTERM    = syscall.Signal(0xf)
    	SIGTHAW    = syscall.Signal(0x23)
    	SIGTRAP    = syscall.Signal(0x5)
    	SIGTSTP    = syscall.Signal(0x18)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	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
    - 70.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	SIGRECONFIG = syscall.Signal(0x3a)
    	SIGRETRACT  = syscall.Signal(0x3d)
    	SIGSAK      = syscall.Signal(0x3f)
    	SIGSEGV     = syscall.Signal(0xb)
    	SIGSOUND    = syscall.Signal(0x3e)
    	SIGSTOP     = syscall.Signal(0x11)
    	SIGSYS      = syscall.Signal(0xc)
    	SIGSYSERROR = syscall.Signal(0x30)
    	SIGTALRM    = syscall.Signal(0x26)
    	SIGTERM     = syscall.Signal(0xf)
    	SIGTRAP     = syscall.Signal(0x5)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.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_mips64.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_amd64.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_riscv64.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_netbsd_386.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.8K bytes
    - Viewed (0)
Back to top