Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for debugTraceReentrancy (0.13 sec)

  1. src/runtime/traceruntime.go

    type traceLocker struct {
    	mp  *m
    	gen uintptr
    }
    
    // debugTraceReentrancy checks if the trace is reentrant.
    //
    // This is optional because throwing in a function makes it instantly
    // not inlineable, and we want traceAcquire to be inlineable for
    // low overhead when the trace is disabled.
    const debugTraceReentrancy = false
    
    // traceAcquire prepares this M for writing one or more trace events.
    //
    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