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
2022-09-13
runtime: convert timer.status to atomic type
cui fliter
2022-08-31
runtime: convert p.numTimers and p.deletedTimers to internal atomic types
Andy Pan
2022-08-18
runtime: convert timer0When/timerModifiedEarliest to atomic.Int64
Cuong Manh Le
2022-08-18
runtime: convert p.timerModifiedEarliest to atomic type
Cuong Manh Le
2022-08-17
runtime: convert p.timer0When to atomic type
Cuong Manh Le
2022-08-17
runtime: convert netpoll netpollInited to atomic type
Cuong Manh Le
2022-07-13
runtime: clear timerModifiedEarliest when last timer is deleted
Michael Pratt
2022-06-08
runtime: use pidleget for faketime jump
Michael Pratt
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-15
runtime: in adjustTimers back up as far as necessary
Ian Lance Taylor
2021-08-12
[dev.typeparams] all: merge master (46fd547) into dev.typeparams
Matthew Dempsky
2021-07-26
runtime: remove adjustTimers counter
Ian Lance Taylor
2021-07-22
[dev.typeparams] all: merge master (798ec73) into dev.typeparams
Matthew Dempsky
2021-07-22
runtime: don't clear timerModifiedEarliest if adjustTimers is 0
Ian Lance Taylor
2021-05-21
[dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal
Cherry Mui
2021-03-10
runtime, time: disable preemption in addtimer
Michael Pratt
2021-01-20
runtime: don't adjust timer pp field in timerWaiting status
Ian Lance Taylor
2020-12-03
runtime, time: strictly enforce when, period constraints
Michael Pratt
2020-12-03
time, runtime: don't set timer when = 0
Michael Pratt
2020-10-30
runtime: simplify nobarrierWakeTime
Ian Lance Taylor
2020-10-27
runtime: don't always adjust timers
Ian Lance Taylor
2020-08-17
runtime: update comment: modTimer is called by Timer.Reset
zero.xu
2020-04-06
time, runtime: only call resetTimer from (*Timer).Reset
Ian Lance Taylor
2020-03-25
runtime: prevent preemption while timer is in timerModifying
Michael Anthony Knyszek
2020-03-24
runtime: don't call wakeNetPoller during timerModifying
Ian Lance Taylor
2020-03-12
runtime: leave cleantimers early if G is being preempted
Ian Lance Taylor
2020-02-27
runtime: don't panic on racy use of timers
Ian Lance Taylor
2020-02-24
time: add Ticker.Reset
Changkun Ou
2020-02-23
Revert "time: add Ticker.Reset"
Andrew Bonventre
2020-02-23
time: add Ticker.Reset
Changkun Ou
2020-01-24
runtime: update deltimer comments
Draven
2020-01-22
runtime: don't skip checkTimers if we would clear deleted timers
Ian Lance Taylor
2020-01-14
runtime: keep P's first timer when in new atomically accessed field
Ian Lance Taylor
2020-01-10
runtime: don't let P's timer heap get clogged with deleted timers
Ian Lance Taylor
2020-01-10
runtime: don't skip timer when adjustTimers sees a modified timer
Ian Lance Taylor
2019-12-02
runtime: use current P's race context in timer code
Ian Lance Taylor
2019-11-19
runtime, time: remove old timer code
Ian Lance Taylor
2019-11-19
runtime: release timersLock while running timer
Ian Lance Taylor
2019-11-13
runtime: acquire timersLocks around moveTimers
Ian Lance Taylor
2019-11-06
runtime: don't hold scheduler lock when calling timeSleepUntil
Ian Lance Taylor
2019-11-05
runtime: keep adjusted timers in timerMoving status until moved
Ian Lance Taylor
2019-11-04
runtime: wake netpoller when dropping P, don't sleep too long in sysmon
Ian Lance Taylor
2019-11-01
runtime: use atomic.Cas to change timerRemoved to timerWaiting
Ian Lance Taylor
2019-11-01
runtime: use correct state machine in addAdjustedTimers
Ian Lance Taylor
2019-10-30
runtime: switch to using new timer code
Ian Lance Taylor
2019-10-23
runtime: add race detector support for new timers
Ian Lance Taylor
2019-10-23
runtime: implement timeSleepUntil for new timers
Ian Lance Taylor
2019-10-23
runtime: update timejump function for new timers
Ian Lance Taylor
[next]