Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for traceAcquireEnabled (0.26 sec)

  1. src/runtime/traceruntime.go

    	}
    	return traceTryAcquireEnabled()
    }
    
    // traceAcquireEnabled is the traceEnabled path for traceAcquire. It's explicitly
    // broken out to make traceAcquire inlineable to keep the overhead of the tracer
    // when it's disabled low.
    //
    // nosplit because it's called by traceAcquire, which is nosplit.
    //
    //go:nosplit
    func traceAcquireEnabled() traceLocker {
    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