Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 920 for SIGNAL (0.33 sec)

  1. src/os/signal/signal_test.go

    }
    
    func waitSig(t *testing.T, c <-chan os.Signal, sig os.Signal) {
    	t.Helper()
    	waitSig1(t, c, sig, false)
    }
    func waitSigAll(t *testing.T, c <-chan os.Signal, sig os.Signal) {
    	t.Helper()
    	waitSig1(t, c, sig, true)
    }
    
    func waitSig1(t *testing.T, c <-chan os.Signal, sig os.Signal, all bool) {
    	t.Helper()
    
    	// Sleep multiple times to give the kernel more tries to
    	// deliver the signal.
    	start := time.Now()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 15:34:56 UTC 2023
    - 27.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.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)
    	SIGTTIN   = syscall.Signal(0x15)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  3. 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)
  4. src/syscall/zerrors_linux_mips.go

    	SIGPOLL   = Signal(0x16)
    	SIGPROF   = Signal(0x1d)
    	SIGPWR    = Signal(0x13)
    	SIGQUIT   = Signal(0x3)
    	SIGSEGV   = Signal(0xb)
    	SIGSTOP   = Signal(0x17)
    	SIGSYS    = Signal(0xc)
    	SIGTERM   = Signal(0xf)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x18)
    	SIGTTIN   = Signal(0x1a)
    	SIGTTOU   = Signal(0x1b)
    	SIGURG    = Signal(0x15)
    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  5. src/syscall/zerrors_linux_mips64.go

    	SIGPOLL   = Signal(0x16)
    	SIGPROF   = Signal(0x1d)
    	SIGPWR    = Signal(0x13)
    	SIGQUIT   = Signal(0x3)
    	SIGSEGV   = Signal(0xb)
    	SIGSTOP   = Signal(0x17)
    	SIGSYS    = Signal(0xc)
    	SIGTERM   = Signal(0xf)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x18)
    	SIGTTIN   = Signal(0x1a)
    	SIGTTOU   = Signal(0x1b)
    	SIGURG    = Signal(0x15)
    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_mips64le.go

    	SIGPOLL   = Signal(0x16)
    	SIGPROF   = Signal(0x1d)
    	SIGPWR    = Signal(0x13)
    	SIGQUIT   = Signal(0x3)
    	SIGSEGV   = Signal(0xb)
    	SIGSTOP   = Signal(0x17)
    	SIGSYS    = Signal(0xc)
    	SIGTERM   = Signal(0xf)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x18)
    	SIGTTIN   = Signal(0x1a)
    	SIGTTOU   = Signal(0x1b)
    	SIGURG    = Signal(0x15)
    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mipsle.go

    	SIGPOLL   = Signal(0x16)
    	SIGPROF   = Signal(0x1d)
    	SIGPWR    = Signal(0x13)
    	SIGQUIT   = Signal(0x3)
    	SIGSEGV   = Signal(0xb)
    	SIGSTOP   = Signal(0x17)
    	SIGSYS    = Signal(0xc)
    	SIGTERM   = Signal(0xf)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x18)
    	SIGTTIN   = Signal(0x1a)
    	SIGTTOU   = Signal(0x1b)
    	SIGURG    = Signal(0x15)
    	SIGUSR1   = Signal(0x10)
    	SIGUSR2   = Signal(0x11)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  8. src/os/exec_test.go

    	}
    
    	c := make(chan os.Signal, 1)
    	signal.Notify(c, os.Interrupt)
    	defer signal.Stop(c)
    
    	p := &os.Process{Pid: os.Getpid()}
    	if err := p.Signal(os.Interrupt); err != nil {
    		t.Fatalf("Signal got err %v, want nil", err)
    	}
    
    	// Verify we actually received the signal.
    	select {
    	case <-time.After(1 * time.Second):
    		t.Error("timeout waiting for signal")
    	case <-c:
    		// Good
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 18:08:44 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go

    	SIGIOT    = syscall.Signal(0x6)
    	SIGKILL   = syscall.Signal(0x9)
    	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)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 79.2K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_freebsd_arm64.go

    	SIGIOT    = syscall.Signal(0x6)
    	SIGKILL   = syscall.Signal(0x9)
    	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)
    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