Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for traceCPUSample (0.36 sec)

  1. src/runtime/traceruntime.go

    	// until all Ms are observed to be outside of their seqlock critical section.
    	//
    	// Note: The seqlock is mutated here and also in traceCPUSample. If you update
    	// usage of the seqlock here, make sure to also look at what traceCPUSample is
    	// doing.
    	seq := mp.trace.seqlock.Add(1)
    	if debugTraceReentrancy && seq%2 != 1 {
    		throw("bad use of trace.seqlock or tracer is reentrant")
    	}
    
    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