Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for subTasks (0.23 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

       * **NOTE:** Self-hosting will be the default way to host the control plane in the next release, v1.9
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. src/internal/trace/testtrace/validation.go

    			// The background task should never have an event emitted for it.
    			e.Errorf("found invalid task ID for task of type %s", t.Type)
    		}
    		if t.Parent == trace.BackgroundTask {
    			// It's not possible for a task to be a subtask of the background task.
    			e.Errorf("found background task as the parent for task of type %s", t.Type)
    		}
    		// N.B. Don't check the task type. Empty string is a valid task type.
    		v.tasks[t.ID] = t.Type
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	rmt0WindowCount   uint32
    	dupacks           uint32
    	flag02            byte
    	sockOpt6Cont      byte
    	asid              uint16
    	resourceName      [8]byte
    	resourceId        uint32
    	subtask           uint32
    	sockOpt           byte
    	sockOpt6          byte
    	clusterConnFlag   byte
    	proto             byte
    	targetAppl        [8]byte
    	luName            [8]byte
    	clientUserId      [8]byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top