Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for exit_a (0.28 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

              "type": "string"
            },
            "tty": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  2. src/runtime/proc.go

    			oneNewExtraM()
    		}
    	} else if extraMLength.Load() == 0 {
    		// Make sure there is at least one extra M.
    		oneNewExtraM()
    	}
    }
    
    // oneNewExtraM allocates an m and puts it on the extra list.
    func oneNewExtraM() {
    	// Create extra goroutine locked to extra m.
    	// The goroutine is the context in which the cgo callback will run.
    	// The sched.pc will never be returned to, but setting it to
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  3. src/net/http/transport_test.go

    	inDial := make(chan bool)
    	tr := &Transport{
    		Dial: func(network, addr string) (net.Conn, error) {
    			eventLog.Println("dial: blocking")
    			if !<-inDial {
    				return nil, errors.New("main Test goroutine exited")
    			}
    			<-unblockDial
    			return nil, errors.New("nope")
    		},
    	}
    	cl := &Client{Transport: tr}
    	gotres := make(chan bool)
    	req, _ := NewRequest("GET", "http://something.no-network.tld/", nil)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

    bool IsSupportedNonTFOp(Operation* op) {
      return isa<tf_device::ReturnOp, tf_device::ClusterOp, tf_device::LaunchOp,
                 tf_executor::EnterOp, tf_executor::ExitOp, tf_executor::FetchOp,
                 tf_executor::GraphOp, tf_executor::IslandOp,
                 tf_executor::LoopCondOp, tf_executor::MergeOp,
                 tf_executor::NextIterationSinkOp, tf_executor::SwitchNOp,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

                                                           result.attributes);
      }
      if (node.IsExit()) {
        return builder_.create<mlir::tf_executor::ExitOp>(loc, types, operands,
                                                          result.attributes);
      }
      if (node.IsControlTrigger()) {
        return builder_.create<mlir::tf_executor::ControlTriggerOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    olverExtraRoo }} apiVersion: v1 kind: ConfigMap metadata: name: pilot-jwks-extra-cacerts{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }} namespace: {{ .Release.Namespace }} labels: release: {{ .Release.Name }} istio.io/rev: {{ .Values.revision | default "default" }} install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }} operator.istio.io/component: "Pilot" data: extra.pem: {{ .Values.pilot.jwksResolverExtraRoo | quote }} {{- end }} manifests...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top