Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for va_start (0.08 sec)

  1. pkg/kubelet/pod_workers.go

    		return ctx, update, canStart, canEverStart, true
    	case !canStart:
    		// this is the only path we don't start the pod, so we need to put the change back in pendingUpdate
    		status.pendingUpdate = &update.Options
    		status.working = false
    		klog.V(4).InfoS("Pod cannot start yet", "pod", klog.KObj(update.Options.Pod), "podUID", podUID)
    		return ctx, update, canStart, canEverStart, true
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 13:22:37 UTC 2024
    - 74.8K bytes
    - Viewed (0)
  2. src/syscall/zerrors_solaris_amd64.go

    	VKILL                         = 0x3
    	VLNEXT                        = 0xf
    	VMIN                          = 0x4
    	VQUIT                         = 0x1
    	VREPRINT                      = 0xc
    	VSTART                        = 0x8
    	VSTOP                         = 0x9
    	VSUSP                         = 0xa
    	VSWTCH                        = 0x7
    	VT0                           = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
Back to top