atomic.c
5.82 KB
-
runtime/internal/atomic: new package, API copied from Go 1.7 · 337fa50b
Copy over the Go 1.7 runtime/internal/atomic package, but implement the functions in C using __atomic functions rather than using the processor-specific assembler code. Reviewed-on: https://go-review.googlesource.com/29010 From-SVN: r240070
Ian Lance Taylor committed