index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
time.go
Age
Commit message (
Expand
)
Author
2025-06-04
runtime: make bubbled timers more consistent with unbubbled
Damien Neil
2025-06-02
runtime: randomize order of timers at the same instant in bubbles
Damien Neil
2025-05-07
runtime: use "bubble" terminology for synctest
Damien Neil
2025-03-21
runtime: fix interactions between synctest, race detector, and timers
Damien Neil
2025-03-18
runtime, time: don't use monotonic clock inside synctest bubbles
Damien Neil
2024-12-10
runtime: avoid panic in expired synctest timer chan read
Damien Neil
2024-11-19
internal/synctest: new package for testing concurrent code
Damien Neil
2024-10-21
runtime,time: use atomic.Int32 for isSending
Michael Anthony Knyszek
2024-10-14
runtime: don't frob isSending for tickers
Ian Lance Taylor
2024-10-02
runtime: clear isSending bit earlier
Ian Lance Taylor
2024-09-26
runtime: if stop/reset races with running timer, return correct result
Ian Lance Taylor
2024-08-02
time: fix some typos in CL 512355
Jes Cok
2024-07-23
runtime,internal: move runtime/internal/sys to internal/runtime/sys
David Chase
2024-03-29
runtime: simplify timers.siftDown
Russ Cox
2024-03-29
runtime: move whenHeap into heap slice
Russ Cox
2024-03-28
runtime: fix timer race introduced in CL 573455
Russ Cox
2024-03-28
runtime: adjust when timers.adjust is called
Russ Cox
2024-03-28
runtime: optimize timers.cleanHead
Russ Cox
2024-03-28
runtime: avoid unnecessary netpoll wakeups during timer creation
Russ Cox
2024-03-25
runtime: migrate internal/atomic to internal/runtime
Andy Pan
2024-03-22
runtime: add fast path for (*timers).adjust
Ian Lance Taylor
2024-03-14
time: avoid stale receives after Timer/Ticker Stop/Reset return
Russ Cox
2024-03-14
runtime: fix lost sleep causing TestZeroTimer flakes
Russ Cox
2024-03-13
time: garbage collect unstopped Tickers and Timers
Russ Cox
2024-03-13
runtime: add minimal debug tracing of runtime timers
Russ Cox
2024-03-13
runtime: clean up timer state
Russ Cox
2024-03-09
time: move runtimeTimer out of Timer struct
Russ Cox
2024-03-08
runtime: fix spurious race using Ticker.Reset
Russ Cox
2024-03-08
runtime: remove sched, allp < timers lockrank rule
Russ Cox
2024-03-08
runtime: re-add call to ts.cleanHead (née cleantimers) during timer add
Russ Cox
2024-03-08
runtime: avoid pp.timers.lock in updateTimerPMask
Russ Cox
2024-03-08
runtime: introduce timers.lock, timers.unlock methods
Russ Cox
2024-03-08
runtime: fix mishandling of timer zombie count
Russ Cox
2024-03-08
runtime: fix timers.wakeTime inaccuracy race
Russ Cox
2024-03-08
runtime: update timers.len with Store instead of Add
Russ Cox
2024-03-08
runtime: rename timers fields for clarity
Russ Cox
2024-03-08
time: gracefully handle ts.zombies underflow
Russ Cox
2024-02-29
runtime: move per-P timers state into its own struct
Russ Cox
2024-02-28
runtime: use methods for timer
Russ Cox
2024-02-28
runtime: change timer.status to timer.state
Russ Cox
2024-02-28
runtime: use timer.lock in moveTimers
Russ Cox
2024-02-28
runtime: use timer.lock in adjusttimers
Russ Cox
2024-02-28
runtime: use timer.lock in runtimer
Russ Cox
2024-02-28
runtime: use timer.lock in cleantimers
Russ Cox
2024-02-28
runtime: use timer.lock in modtimer
Russ Cox
2024-02-28
runtime: add timer lock to lock ranking
Russ Cox
2024-02-28
runtime: use timer.lock in deltimer
Russ Cox
2024-02-28
runtime: merge timerDeleted into timerModified
Russ Cox
2024-02-28
runtime: merge timerNoStatus into timerRemoved
Russ Cox
2024-02-28
runtime: merge timerMoving into timerModifying
Russ Cox
[next]