]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: implement runqdrain() for GC mark worker goroutines
authorAndy Pan <panjf2000@gmail.com>
Wed, 14 Apr 2021 16:04:17 +0000 (00:04 +0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 20 Apr 2021 19:48:29 +0000 (19:48 +0000)
commitfbb600b28349a41742d35f1d2417c5843c6ba6e4
tree23bafbddd486f93cc7882312d4434b16504f640c
parent77860ad2809d88566d28783e0382073fb9836d9b
runtime: implement runqdrain() for GC mark worker goroutines

Change-Id: Ida44a2e07f277bee8806538ecee4beee3474cf3d
Reviewed-on: https://go-review.googlesource.com/c/go/+/310149
Reviewed-by: Michael Pratt <mpratt@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Michael Pratt <mpratt@google.com>
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/runtime/mgc.go
src/runtime/proc.go
src/runtime/runtime2.go