Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lostStk (0.07 sec)

  1. src/runtime/mprof.go

    	rate := int64(atomic.Load64(&mutexprofilerate))
    	saveBlockEventStack(cycles, rate, prof.stack[:nstk], mutexProfile)
    	if lost > 0 {
    		lostStk := [...]uintptr{
    			logicalStackSentinel,
    			abi.FuncPCABIInternal(_LostContendedRuntimeLock) + sys.PCQuantum,
    		}
    		saveBlockEventStack(lost, rate, lostStk[:], mutexProfile)
    	}
    
    	prof.disabled = false
    	releasem(mp)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:57:37 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top