Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 313 for kill (0.04 sec)

  1. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	// if more precise output ordering is ever required.
    	return append(stdout, stderr...), err
    }
    
    // removeContainer removes the container and the container logs.
    // Notice that we remove the container logs first, so that container will not be removed if
    // container logs are failed to be removed, and kubelet will retry this later. This guarantees
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/CrossBuildScriptCachingIntegrationSpec.groovy

            when:
            succeeds 'success'
    
            then:
            getCompileBuildFileOperationsCount() == 6
    
            when:
            def before = scriptDetails()
            daemons.daemon.kill()
            succeeds 'success'
    
            then:
            def scripts = scriptDetails()
            scriptsAreReused(before, scripts)
            getCompileBuildFileOperationsCount() == 0
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/gradle_daemon.adoc

    If you run the task without any arguments, and the properties file does not exist, then the JVM used by the daemon will provide the version value.
    
    NOTE: Currently, Gradle only supports the major JVM version as a criterion.
    Support for other toolchains criteria will be added in a future release.
    
    On the next execution of Gradle, the launcher will use this file to locate a compatible JVM installation and start the daemon with it.
    
    === Daemon JVM discovery
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:43:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. src/net/net_windows_test.go

    		}
    		if s == "sleeping\n" {
    			break
    		}
    	}
    	defer cmd.Wait() // ignore error - we know it is getting killed
    
    	const alittle = 100 * time.Millisecond
    	time.Sleep(alittle)
    	cmd.Process.Kill() // the only way to trigger the errors
    	time.Sleep(alittle)
    
    	// Send second connection data (with delay in a separate goroutine).
    	result := make(chan error)
    	go func() {
    		time.Sleep(alittle)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	{129, "EKEYREJECTED", "key was rejected by service"},
    	{130, "EOWNERDEAD", "owner died"},
    	{131, "ENOTRECOVERABLE", "state not recoverable"},
    	{132, "ERFKILL", "operation not possible due to RF-kill"},
    	{133, "EHWPOISON", "memory page has hardware error"},
    }
    
    // Signal table
    var signalList = [...]struct {
    	num  syscall.Signal
    	name string
    	desc string
    }{
    	{1, "SIGHUP", "hangup"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	{129, "EKEYREJECTED", "key was rejected by service"},
    	{130, "EOWNERDEAD", "owner died"},
    	{131, "ENOTRECOVERABLE", "state not recoverable"},
    	{132, "ERFKILL", "operation not possible due to RF-kill"},
    	{133, "EHWPOISON", "memory page has hardware error"},
    }
    
    // Signal table
    var signalList = [...]struct {
    	num  syscall.Signal
    	name string
    	desc string
    }{
    	{1, "SIGHUP", "hangup"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  7. src/runtime/sys_darwin.go

    //go:cgo_import_dynamic libc_sigaltstack sigaltstack "/usr/lib/libSystem.B.dylib"
    //go:cgo_import_dynamic libc_getpid getpid "/usr/lib/libSystem.B.dylib"
    //go:cgo_import_dynamic libc_kill kill "/usr/lib/libSystem.B.dylib"
    //go:cgo_import_dynamic libc_setitimer setitimer "/usr/lib/libSystem.B.dylib"
    //go:cgo_import_dynamic libc_sysctl sysctl "/usr/lib/libSystem.B.dylib"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 23.9K bytes
    - Viewed (0)
  8. pkg/kubelet/nodeshutdown/nodeshutdown_manager_linux_test.go

    	}
    	tests := []struct {
    		name                   string
    		fields                 fields
    		wantErr                bool
    		expectedOutputContains string
    	}{
    		{
    			name: "kill pod func take too long",
    			fields: fields{
    				recorder:     fakeRecorder,
    				nodeRef:      nodeRef,
    				probeManager: probeManager,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 29.8K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	{129, "EKEYREJECTED", "key was rejected by service"},
    	{130, "EOWNERDEAD", "owner died"},
    	{131, "ENOTRECOVERABLE", "state not recoverable"},
    	{132, "ERFKILL", "operation not possible due to RF-kill"},
    	{133, "EHWPOISON", "memory page has hardware error"},
    }
    
    // Signal table
    var signalList = [...]struct {
    	num  syscall.Signal
    	name string
    	desc string
    }{
    	{1, "SIGHUP", "hangup"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  10. src/syscall/syscall_aix.go

    //sys	Getppid() (ppid int)
    //sys	Getpriority(which int, who int) (n int, err error)
    //sysnb	Getrlimit(which int, lim *Rlimit) (err error)
    //sysnb	Getrusage(who int, rusage *Rusage) (err error)
    //sysnb	Getuid() (uid int)
    //sys	Kill(pid int, signum Signal) (err error)
    //sys	Lchown(path string, uid int, gid int) (err error)
    //sys	Link(path string, link string) (err error)
    //sys	Lstat(path string, stat *Stat_t) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:50:55 UTC 2024
    - 17.9K bytes
    - Viewed (0)
Back to top