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#L164: 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#L716: waitTime atomic.Int64 // total nanoseconds spent waiting in runtime.lockWithRank
mprof.go#L1323: offset atomic.Int64
mranges.go#L174: a atomic.Int64
runtime.go#L25: val atomic.Int64
runtime2.go#L778: lastpoll atomic.Int64 // time of last network poll, 0 if currently polling
runtime2.go#L779: pollUntil atomic.Int64 // time to which current poll is sleeping
runtime2.go#L868: idleTime atomic.Int64
runtime2.go#L872: totalMutexWaitTime atomic.Int64
runtime2.go#L893: totalRuntimeLockWaitTime atomic.Int64
time.go#L122: minWhenHeap atomic.Int64
time.go#L127: minWhenModified atomic.Int64
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |