aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/time.go
AgeCommit message (Expand)Author
2019-10-21runtime: initial scheduler changes for timers on P'sIan Lance Taylor
2019-10-21runtime, syscall, time: add and use resettimerIan Lance Taylor
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-04runtime: platform-independent faketime supportAustin Clements
2018-11-02runtime: move nanotime wrappers to time and poll packagesDmitry Vyukov
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2018-11-02runtime: add and use modtimer in netpollDmitry Vyukov
2018-11-02runtime: don't wake timeproc needlesslyDmitry Vyukov
2018-08-24runtime: replace sys.CacheLineSize by corresponding internal/cpu const and varsMartin Möhrmann
2018-06-04runtime: don't crash holding locks on racy timer accessIan Lance Taylor
2018-05-03runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2018-03-13Revert "runtime: convert g.waitreason from string to uint8"Josh Bleecher Snyder
2018-03-12runtime: convert g.waitreason from string to uint8Josh Bleecher Snyder
2018-01-15runtime: don't issue cgocheck error for timer bucket source pointerIan Lance Taylor
2017-10-25runtime: avoid monotonic time zero on systems with low-res timersRuss Cox
2017-09-15runtime: return deltimer early if timer.timersBucket is unsetEmmanuel Odeke
2017-09-12runtime: optimize siftupTimer and siftdownTimer a bitAliaksandr Valialkin
2017-09-12runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin
2017-07-07runtime: use next timer to decide whether to relaxAustin Clements
2017-02-24runtime: do not allocate on every time.SleepRuss Cox
2017-02-13net: refactor poller into new internal/poll packageIan Lance Taylor
2017-02-09time: optimize Now on darwin, windowsRuss Cox
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-10-26runtime: fix comments in time.goAlexander Morozov
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-08runtime: fix commentBrad Fitzpatrick
2015-03-10runtime: remove runtime frames from stacks in tracesDmitry Vyukov
2015-02-11runtime: never show system goroutines in tracebackDmitry Vyukov
2015-01-28runtime: add tracing of runtime eventsDmitry Vyukov
2014-12-23runtime: remove thunk.sRuss Cox
2014-10-27runtime: add fake time support back.Shenghou Ma
2014-09-08build: move package sources from src/pkg to srcRuss Cox