On Wed, Aug 22, 2018 at 3:25 AM,  <neal...@gmail.com> wrote:
>
> When I copy the sync.Pool's source code in a repo, and using `//go:linkname`
> link those runtime functions manually.
> When I run `go test -race`, it reports `DATA RACE`.
> But the sync.Pool with the same test case does not report  `DATA RACE`.
>
> Does runtime.RaceDisable not work in non-std library ?

It should work.  I think you'll have to show us your code.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to