type internal/cpu.CacheLinePad
16 uses
internal/cpu (current package)
cpu.go#L15: type CacheLinePad struct{ _ [CacheLinePadSize]byte }
cpu.go#L27: _ CacheLinePad
cpu.go#L45: _ CacheLinePad
cpu.go#L51: _ CacheLinePad
cpu.go#L54: _ CacheLinePad
cpu.go#L60: _ CacheLinePad
cpu.go#L70: _ CacheLinePad
cpu.go#L74: _ CacheLinePad
cpu.go#L76: _ CacheLinePad
cpu.go#L85: _ CacheLinePad
cpu.go#L91: _ CacheLinePad
cpu.go#L95: _ CacheLinePad
cpu.go#L117: _ CacheLinePad
runtime
mgc.go#L307: _ cpu.CacheLinePad // prevents false-sharing between full and empty
mgc.go#L309: _ cpu.CacheLinePad // prevents false-sharing between empty and nproc/nwait
mgcpacer.go#L366: _ cpu.CacheLinePad
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. |