Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for exit_1 (0.37 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

    	gp := getg()
    	notesleep(&gp.m.park)
    	noteclear(&gp.m.park)
    }
    
    // mexit tears down and exits the current thread.
    //
    // Don't call this directly to exit the thread, since it must run at
    // the top of the thread stack. Instead, use gogo(&gp.m.g0.sched) to
    // unwind the stack to the point that exits the thread.
    //
    // It is entered with m.p != nil, so write barriers are allowed. It
    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

    workload.' oneOf: - not: anyOf: - required: - httpGet - required: - tcpSocket - required: - exec - required: - httpGet - required: - tcpSocket - required: - exec properties: exec: description: Health is determined by how the command that is executed exited. properties: command: description: Command to run. items: type: string type: array type: object failureThreshold: description: Minimum consecutive failures for the probe to be considered failed after having succeeded. format: int32 type: integer httpGet:...
    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