]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: implement runqdrain() for GC mark worker goroutines
authorAndy Pan <panjf2000@gmail.com>
Fri, 23 Apr 2021 13:25:06 +0000 (21:25 +0800)
committerMichael Pratt <mpratt@google.com>
Wed, 5 May 2021 15:53:20 +0000 (15:53 +0000)
commit3b304ce7fe35b9d1e8cf0b0518ed2550c361a010
treead92c193eb9dd4778e57ebb22c98267be875ce23
parentf34fe8e370f8bd910640fa49bb4d93e910145193
runtime: implement runqdrain() for GC mark worker goroutines

Revive CL 310149

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