type internal/runtime/atomic.Int64

35 uses

	internal/runtime/atomic (current package)
		types.go#L64: type Int64 struct {
		types.go#L73: func (i *Int64) Load() int64 {
		types.go#L80: func (i *Int64) Store(value int64) {
		types.go#L89: func (i *Int64) CompareAndSwap(old, new int64) bool {
		types.go#L97: func (i *Int64) Swap(new int64) int64 {
		types.go#L108: func (i *Int64) Add(delta int64) int64 {

	runtime
		mgclimit.go#L63: 	assistTimePool atomic.Int64
		mgclimit.go#L66: 	idleMarkTimePool atomic.Int64
		mgclimit.go#L69: 	idleTimePool atomic.Int64
		mgclimit.go#L74: 	lastUpdate atomic.Int64
		mgcmark.go#L166: 	var workCounter *atomic.Int64
		mgcpacer.go#L104: 	memoryLimit atomic.Int64
		mgcpacer.go#L251: 	heapScanWork    atomic.Int64
		mgcpacer.go#L252: 	stackScanWork   atomic.Int64
		mgcpacer.go#L253: 	globalsScanWork atomic.Int64
		mgcpacer.go#L259: 	bgScanCredit atomic.Int64
		mgcpacer.go#L266: 	assistTime atomic.Int64
		mgcpacer.go#L271: 	dedicatedMarkTime atomic.Int64
		mgcpacer.go#L277: 	fractionalMarkTime atomic.Int64
		mgcpacer.go#L281: 	idleMarkTime atomic.Int64
		mgcpacer.go#L290: 	dedicatedMarkWorkersNeeded atomic.Int64
		mgcpacer.go#L806: 	decIfPositive := func(val *atomic.Int64) bool {
		mgcscavenge.go#L254: 	assistTime atomic.Int64
		mgcscavenge.go#L259: 	backgroundTime atomic.Int64
		mprof.go#L652: 	waitTime   atomic.Int64 // (nanotime) total time this M has spent waiting in runtime.lockWithRank. Read by runtime/metrics.
		mprof.go#L1265: 	offset  atomic.Int64
		mranges.go#L174: 	a atomic.Int64
		runtime.go#L25: 	val        atomic.Int64
		runtime2.go#L771: 	lastpoll   atomic.Int64 // time of last network poll, 0 if currently polling
		runtime2.go#L772: 	pollUntil  atomic.Int64 // time to which current poll is sleeping
		runtime2.go#L861: 	idleTime atomic.Int64
		runtime2.go#L865: 	totalMutexWaitTime atomic.Int64
		runtime2.go#L886: 	totalRuntimeLockWaitTime atomic.Int64
		time.go#L154: 	minWhenHeap atomic.Int64
		time.go#L159: 	minWhenModified atomic.Int64