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
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
2019-10-22
runtime: implement time.Sleep for new timers
Ian Lance Taylor
2019-10-22
runtime: add new runtimer function
Ian Lance Taylor
2019-10-22
runtime: add new adjusttimers function
Ian Lance Taylor
2019-10-22
runtime: implement new movetimers function
Ian Lance Taylor
2019-10-22
runtime: add new cleantimers function
Ian Lance Taylor
2019-10-22
runtime: add new dodeltimer and dodeltimer0 functions
Ian Lance Taylor
2019-10-22
runtime: add new resettimer function
Ian Lance Taylor
2019-10-22
runtime: add new modtimer function
Ian Lance Taylor
2019-10-22
runtime: add new deltimer function
Ian Lance Taylor
2019-10-22
runtime: add new addtimer function
Ian Lance Taylor
2019-10-21
runtime, syscall, time: prepare for adding timers to P's
Ian Lance Taylor
2019-10-21
runtime: handle timers on P's in procresize/(*pp).destroy
Ian Lance Taylor
2019-10-21
runtime: initial scheduler changes for timers on P's
Ian Lance Taylor
2019-10-21
runtime, syscall, time: add and use resettimer
Ian Lance Taylor
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-09-04
runtime: platform-independent faketime support
Austin Clements
2018-11-02
runtime: move nanotime wrappers to time and poll packages
Dmitry Vyukov
2018-11-02
runtime, time: refactor startNano handling
Dmitry Vyukov
2018-11-02
runtime: add and use modtimer in netpoll
Dmitry Vyukov
2018-11-02
runtime: don't wake timeproc needlessly
Dmitry Vyukov
2018-08-24
runtime: replace sys.CacheLineSize by corresponding internal/cpu const and vars
Martin Möhrmann
2018-06-04
runtime: don't crash holding locks on racy timer access
Ian Lance Taylor
2018-05-03
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-03-13
Revert "runtime: convert g.waitreason from string to uint8"
Josh Bleecher Snyder
2018-03-12
runtime: convert g.waitreason from string to uint8
Josh Bleecher Snyder
2018-01-15
runtime: don't issue cgocheck error for timer bucket source pointer
Ian Lance Taylor
2017-10-25
runtime: avoid monotonic time zero on systems with low-res timers
Russ Cox
2017-09-15
runtime: return deltimer early if timer.timersBucket is unset
Emmanuel Odeke
2017-09-12
runtime: optimize siftupTimer and siftdownTimer a bit
Aliaksandr Valialkin
2017-09-12
runtime: improve timers scalability on multi-CPU systems
Aliaksandr Valialkin
2017-07-07
runtime: use next timer to decide whether to relax
Austin Clements
2017-02-24
runtime: do not allocate on every time.Sleep
Russ Cox
2017-02-13
net: refactor poller into new internal/poll package
Ian Lance Taylor
2017-02-09
time: optimize Now on darwin, windows
Russ Cox
2017-02-03
time: record monotonic clock reading in time.Now, for more accurate comparisons
Russ Cox
2016-10-26
runtime: fix comments in time.go
Alexander Morozov
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-02-08
runtime: fix comment
Brad Fitzpatrick
2015-03-10
runtime: remove runtime frames from stacks in traces
Dmitry Vyukov
[prev]
[next]