aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc_test.go
AgeCommit message (Expand)Author
2021-05-06runtime: gofmt proc_test.gosivchari
2021-04-22runtime: skip work recheck for non-spinning MsMichael Pratt
2020-09-21runtime: disable stack shrinking in activeStackChans race windowMichael Anthony Knyszek
2020-05-21runtime: disable preemption in startTemplateThreadMichael Pratt
2020-04-20runtime: skip TestBigGOMAXPROCS if it runs out of memoryIan Lance Taylor
2020-04-17runtime: use mcache0 if no P in profileallocIan Lance Taylor
2020-04-08runtime: skip TestPingPongHog in race modeJosh Bleecher Snyder
2019-11-27runtime: ready scavenger without nextMichael Anthony Knyszek
2019-11-08runtime: skip TestPingPongHog on buildersBryan C. Mills
2019-11-02runtime: add a test for asynchronous safe pointsAustin Clements
2019-10-29runtime: initialize netpoll in TestNetpollBreakClément Chigot
2019-10-21runtime: add netpollBreakIan Lance Taylor
2019-07-16runtime: add a test for getg with thread switchCherry Zhang
2019-04-09runtime: preempt a goroutine which calls a lot of short system callsAndrei Vagin
2018-12-21runtime: skip TestLockOSThreadAvoidsStatePropagation if one can't unshareMichael Anthony Knyszek
2018-12-19runtime: don't clear lockedExt on locked M when G exitsMichael Anthony Knyszek
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2017-11-21runtime: fix build on non-Linux platformsBrad Fitzpatrick
2017-11-21runtime: only sleep before stealing work from a running PJamie Liu
2017-10-11runtime: terminate locked OS thread if its goroutine exitsAustin Clements
2017-10-05runtime: make LockOSThread/UnlockOSThread nestedAustin Clements
2017-06-05runtime: expand acceptable PingPongHog factor from 2 to 5Austin Clements
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2016-05-19runtime: fix goroutine priority elevationAustin Clements
2016-05-03runtime: fix CPU underutilizationDmitry Vyukov
2016-03-25runtime: improve randomized stealing logicDmitry Vyukov
2016-03-18runtime: don't assume b.N > 0Marcel van Lohuizen
2016-03-08runtime: listen 127.0.0.1 instead of localhost on androidBurcu Dogan
2016-01-27runtime: deflake TestNumGoroutineRuss Cox
2016-01-27runtime: add more debug info to flaky TestNumGoroutineBrad Fitzpatrick
2016-01-13runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2016-01-08Revert "runtime: make NumGoroutine and Stack agree not to include system goro...Russ Cox
2016-01-08runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox
2015-12-11runtime: remove unnecessary wakeups of worker threadsDmitry Vyukov
2015-07-22runtime: disable TestGoroutineParallelism on uniprocessorRuss Cox
2015-05-28runtime: disable GC around TestGoroutineParallelismAustin Clements
2015-04-27runtime: fix race in BenchmarkPingPongHogRuss Cox
2015-04-24runtime: yield time slice to most recently readied GAustin Clements
2015-04-24runtime: benchmark for ping-pong in the presence of a CPU hogAustin Clements
2015-02-13cmd/gc: transform closure calls to function callsDmitry Vyukov
2015-01-29cmd/gc: capture variables by valueDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox