Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for traceBlockReasonStrings (0.36 sec)

  1. src/runtime/trace.go

    	// in the trace.
    	markWorkerLabels [2][len(gcMarkWorkerModeStrings)]traceArg
    	goStopReasons    [2][len(traceGoStopReasonStrings)]traceArg
    	goBlockReasons   [2][len(traceBlockReasonStrings)]traceArg
    
    	// enabled indicates whether tracing is enabled, but it is only an optimization,
    	// NOT the source of truth on whether tracing is enabled. Tracing is only truly
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  2. src/runtime/traceruntime.go

    	traceBlockChanRecv
    	traceBlockGCMarkAssist
    	traceBlockGCSweep
    	traceBlockSystemGoroutine
    	traceBlockPreempted
    	traceBlockDebugCall
    	traceBlockUntilGCEnds
    	traceBlockSleep
    )
    
    var traceBlockReasonStrings = [...]string{
    	traceBlockGeneric:         "unspecified",
    	traceBlockForever:         "forever",
    	traceBlockNet:             "network",
    	traceBlockSelect:          "select",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 25.7K bytes
    - Viewed (0)
Back to top