type runtime/internal/atomic.Int64
33 uses
runtime/internal/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#L59: assistTimePool atomic.Int64
mgclimit.go#L62: idleMarkTimePool atomic.Int64
mgclimit.go#L65: idleTimePool atomic.Int64
mgclimit.go#L70: lastUpdate atomic.Int64
mgcmark.go#L166: var workCounter *atomic.Int64
mgcpacer.go#L102: memoryLimit atomic.Int64
mgcpacer.go#L249: heapScanWork atomic.Int64
mgcpacer.go#L250: stackScanWork atomic.Int64
mgcpacer.go#L251: globalsScanWork atomic.Int64
mgcpacer.go#L257: bgScanCredit atomic.Int64
mgcpacer.go#L264: assistTime atomic.Int64
mgcpacer.go#L269: dedicatedMarkTime atomic.Int64
mgcpacer.go#L275: fractionalMarkTime atomic.Int64
mgcpacer.go#L279: idleMarkTime atomic.Int64
mgcpacer.go#L288: dedicatedMarkWorkersNeeded atomic.Int64
mgcpacer.go#L772: decIfPositive := func(val *atomic.Int64) bool {
mgcscavenge.go#L254: assistTime atomic.Int64
mgcscavenge.go#L259: backgroundTime atomic.Int64
mprof.go#L859: offset atomic.Int64
mranges.go#L174: a atomic.Int64
runtime.go#L21: val atomic.Int64
runtime2.go#L688: timer0When atomic.Int64
runtime2.go#L694: timerModifiedEarliest atomic.Int64
runtime2.go#L776: lastpoll atomic.Int64 // time of last network poll, 0 if currently polling
runtime2.go#L777: pollUntil atomic.Int64 // time to which current poll is sleeping
runtime2.go#L866: idleTime atomic.Int64
runtime2.go#L870: totalMutexWaitTime atomic.Int64
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |