Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for Hwassist (1.14 sec)

  1. src/runtime/traceruntime.go

    	traceBlockCondWait:        "sync.(*Cond).Wait",
    	traceBlockSync:            "sync",
    	traceBlockChanSend:        "chan send",
    	traceBlockChanRecv:        "chan receive",
    	traceBlockGCMarkAssist:    "GC mark assist wait for work",
    	traceBlockGCSweep:         "GC background sweeper wait",
    	traceBlockSystemGoroutine: "system goroutine wait",
    	traceBlockPreempted:       "preempted",
    	traceBlockDebugCall:       "wait for debug call",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/types.go

    	Type string `json:"type" protobuf:"bytes,2,opt,name=type"`
    	// format is an optional OpenAPI type definition for this column. The 'name' format is applied
    	// to the primary identifier column to assist in clients identifying column is the resource name.
    	// See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  3. src/internal/trace/event.go

    		} else {
    			r.Scope.id = int64(e.Proc())
    		}
    		r.Scope.id = int64(e.Proc())
    	case go122.EvGCMarkAssistBegin, go122.EvGCMarkAssistActive, go122.EvGCMarkAssistEnd:
    		r.Name = "GC mark assist"
    		r.Scope = ResourceID{Kind: ResourceGoroutine}
    		if e.base.typ == go122.EvGCMarkAssistActive {
    			r.Scope.id = int64(e.base.args[0])
    		} else {
    			r.Scope.id = int64(e.Goroutine())
    		}
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 12:39:00 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  4. src/internal/trace/testdata/tests/go122-annotations-stress.test

    String id=8
    	data="select"
    String id=9
    	data="sync.(*Cond).Wait"
    String id=10
    	data="sync"
    String id=11
    	data="chan send"
    String id=12
    	data="chan receive"
    String id=13
    	data="GC mark assist wait for work"
    String id=14
    	data="GC background sweeper wait"
    String id=15
    	data="system goroutine wait"
    String id=16
    	data="preempted"
    String id=17
    	data="wait for debug call"
    String id=18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 38.3K bytes
    - Viewed (0)
Back to top