func sync.runtime_canSpin
2 uses
sync (current package)
mutex.go#L93: if old&(mutexLocked|mutexStarving) == mutexLocked && runtime_canSpin(iter) {
runtime.go#L52: func runtime_canSpin(i int) bool
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)