runtime/internal/atomic: new package, API copied from Go 1.7
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
Showing
libgo/go/runtime/internal/atomic/atomic.c
0 → 100644
libgo/go/runtime/internal/atomic/gccgo.go
0 → 100644
libgo/go/runtime/internal/atomic/stubs.go
0 → 100644
Please
register
or
sign in
to comment