Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 77 for Signals (0.09 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/filters/priority-and-fairness_test.go

    		signal := utilflowcontrol.NewInitializationSignal()
    		signals = append(signals, signal)
    		return signal
    	}
    	defer func() {
    		newInitializationSignal = utilflowcontrol.NewInitializationSignal
    	}()
    
    	// We test if initialization after receiving initialization signal the
    	// new requests will be allowed to run by:
    	// - sending N requests that will occupy the whole capacity
    	// - sending initialiation signals for them
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 12:18:40 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  2. pkg/kubelet/eviction/helpers.go

    func parseGracePeriods(statements map[string]string) (map[evictionapi.Signal]time.Duration, error) {
    	if len(statements) == 0 {
    		return nil, nil
    	}
    	results := map[evictionapi.Signal]time.Duration{}
    	for signal, val := range statements {
    		signal := evictionapi.Signal(signal)
    		if !validSignal(signal) {
    			return nil, fmt.Errorf(unsupportedEvictionSignal, signal)
    		}
    		gracePeriod, err := time.ParseDuration(val)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  3. src/syscall/zerrors_solaris_amd64.go

    	SIGIO      = Signal(0x16)
    	SIGIOT     = Signal(0x6)
    	SIGJVM1    = Signal(0x27)
    	SIGJVM2    = Signal(0x28)
    	SIGKILL    = Signal(0x9)
    	SIGLOST    = Signal(0x25)
    	SIGLWP     = Signal(0x21)
    	SIGPIPE    = Signal(0xd)
    	SIGPOLL    = Signal(0x16)
    	SIGPROF    = Signal(0x1d)
    	SIGPWR     = Signal(0x13)
    	SIGQUIT    = Signal(0x3)
    	SIGSEGV    = Signal(0xb)
    	SIGSTOP    = Signal(0x17)
    	SIGSYS     = Signal(0xc)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_openbsd_ppc64.go

    	SIGPIPE   = Signal(0xd)
    	SIGPROF   = Signal(0x1b)
    	SIGQUIT   = Signal(0x3)
    	SIGSEGV   = Signal(0xb)
    	SIGSTOP   = Signal(0x11)
    	SIGSYS    = Signal(0xc)
    	SIGTERM   = Signal(0xf)
    	SIGTHR    = Signal(0x20)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x12)
    	SIGTTIN   = Signal(0x15)
    	SIGTTOU   = Signal(0x16)
    	SIGURG    = Signal(0x10)
    	SIGUSR1   = Signal(0x1e)
    	SIGUSR2   = Signal(0x1f)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  5. src/syscall/zerrors_openbsd_riscv64.go

    	SIGPIPE   = Signal(0xd)
    	SIGPROF   = Signal(0x1b)
    	SIGQUIT   = Signal(0x3)
    	SIGSEGV   = Signal(0xb)
    	SIGSTOP   = Signal(0x11)
    	SIGSYS    = Signal(0xc)
    	SIGTERM   = Signal(0xf)
    	SIGTHR    = Signal(0x20)
    	SIGTRAP   = Signal(0x5)
    	SIGTSTP   = Signal(0x12)
    	SIGTTIN   = Signal(0x15)
    	SIGTTOU   = Signal(0x16)
    	SIGURG    = Signal(0x10)
    	SIGUSR1   = Signal(0x1e)
    	SIGUSR2   = Signal(0x1f)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 67.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go

    	SIGEMT      = syscall.Signal(0x7)
    	SIGFPE      = syscall.Signal(0x8)
    	SIGGRANT    = syscall.Signal(0x3c)
    	SIGHUP      = syscall.Signal(0x1)
    	SIGILL      = syscall.Signal(0x4)
    	SIGINT      = syscall.Signal(0x2)
    	SIGIO       = syscall.Signal(0x17)
    	SIGIOINT    = syscall.Signal(0x10)
    	SIGIOT      = syscall.Signal(0x6)
    	SIGKAP      = syscall.Signal(0x3c)
    	SIGKILL     = syscall.Signal(0x9)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go

    	SIGEMT      = syscall.Signal(0x7)
    	SIGFPE      = syscall.Signal(0x8)
    	SIGGRANT    = syscall.Signal(0x3c)
    	SIGHUP      = syscall.Signal(0x1)
    	SIGILL      = syscall.Signal(0x4)
    	SIGINT      = syscall.Signal(0x2)
    	SIGIO       = syscall.Signal(0x17)
    	SIGIOINT    = syscall.Signal(0x10)
    	SIGIOT      = syscall.Signal(0x6)
    	SIGKAP      = syscall.Signal(0x3c)
    	SIGKILL     = syscall.Signal(0x9)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 52.4K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go

    	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)
    	SIGTTIN    = syscall.Signal(0x1a)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 59K bytes
    - Viewed (0)
  9. src/syscall/syscall_windows.go

    func Getgroups() (gids []int, err error) { return nil, EWINDOWS }
    
    type Signal int
    
    func (s Signal) Signal() {}
    
    func (s Signal) String() string {
    	if 0 <= s && int(s) < len(signals) {
    		str := signals[s]
    		if str != "" {
    			return str
    		}
    	}
    	return "signal " + itoa.Itoa(int(s))
    }
    
    func LoadCreateSymbolicLink() error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go

    	SIGINFO     = syscall.Signal(0x1d)
    	SIGINT      = syscall.Signal(0x2)
    	SIGIO       = syscall.Signal(0x17)
    	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)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 70.7K bytes
    - Viewed (0)
Back to top