aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/lock_spinbit.go
AgeCommit message (Expand)Author
2026-01-23runtime: speed up cheaprand and cheaprand64Gavin Lam
2025-05-19runtime: rename ncpu to numCPUStartupMichael Pratt
2025-05-08runtime: avoid overflow in mutex delay calculationRhys Hiltner
2025-05-07runtime: blame unlocker for mutex delayRhys Hiltner
2025-04-23runtime: move some malloc constants to internal/runtime/gcMichael Anthony Knyszek
2025-04-22runtime: commit to spinbitmutex GOEXPERIMENTRhys Hiltner
2025-04-22runtime: fix test of when a mutex is contendedRhys Hiltner
2025-04-11runtime: handle m0 padding betterRuss Cox
2024-11-20runtime: clean up new lock2 structureRhys Hiltner
2024-11-15runtime: unify lock2, allow deeper sleepRhys Hiltner