]> Cypherpunks repositories - gostls13.git/commit
runtime: use "bubble" terminology for synctest
authorDamien Neil <dneil@google.com>
Thu, 1 May 2025 17:24:50 +0000 (13:24 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 7 May 2025 20:14:34 +0000 (13:14 -0700)
commitef7724c4324f6bac40463a12e4fea43ff0b4a8e8
tree5a89783ddf1393124bee793515135012352f1e81
parentd6c8bedc7b3d2de7714dca75bd05912b371538f1
runtime: use "bubble" terminology for synctest

We've settled on calling the group of goroutines started by
synctest.Run a "bubble". At the time the runtime implementation
was written, I was still calling this a "group". Update the code
to match the current terminology.

Change-Id: I31b757f31d804b5d5f9564c182627030a9532f4a
Reviewed-on: https://go-review.googlesource.com/c/go/+/670135
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
12 files changed:
src/runtime/chan.go
src/runtime/coro.go
src/runtime/mgc.go
src/runtime/mgcmark.go
src/runtime/panic.go
src/runtime/proc.go
src/runtime/runtime2.go
src/runtime/select.go
src/runtime/sema.go
src/runtime/synctest.go
src/runtime/time.go
src/runtime/traceback.go