]> Cypherpunks repositories - gostls13.git/commit
runtime: rename gcController.findRunnable to findRunnableGCWorker
authorAustin Clements <austin@google.com>
Fri, 24 Apr 2015 18:17:42 +0000 (14:17 -0400)
committerAustin Clements <austin@google.com>
Mon, 27 Apr 2015 19:26:42 +0000 (19:26 +0000)
commit1b01910c0664f8863dd96b6781ca6c9e2cc6ed9d
tree4deba1345a8cb20c1365e565dba6962507c3a75c
parentbb6320535d6bcef1a5d44cb7429877166c4d5298
runtime: rename gcController.findRunnable to findRunnableGCWorker

This avoids confusion with the main findrunnable in the scheduler.

Change-Id: I8cf40657557a8610a2fe5a2f74598518256ca7f0
Reviewed-on: https://go-review.googlesource.com/9305
Reviewed-by: Rick Hudson <rlh@golang.org>
src/runtime/mgc.go
src/runtime/proc1.go