]> Cypherpunks repositories - gostls13.git/commit
runtime: pass M to traceReleaseBuffer
authorMichael Pratt <mpratt@google.com>
Wed, 15 Mar 2023 17:58:44 +0000 (13:58 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 15 Mar 2023 18:32:37 +0000 (18:32 +0000)
commit07a25a9f6e46e83a6335d43b0174dfb250bca960
treefaa80473de6804d089faffa5888ace56ac61f59a
parent2a30b34e293b6308dd1304dfedc96e0a7858476f
runtime: pass M to traceReleaseBuffer

This change is a no-op, but makes the acquire-release pair
traceAcquireBuffer / traceReleaseBuffer more explicit, since the former
does acquirem and the latter releasm.

Change-Id: If8a5b1ba8709bf6f39c8ff27b2d3e0c0b0da0e58
Reviewed-on: https://go-review.googlesource.com/c/go/+/476575
Auto-Submit: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
src/runtime/trace.go