atomic

package
v0.0.0-...-e7f8917 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2017 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Exports = map[string]interface{}{
	"_name": "sync/atomic",

	"addInt32":              atomic.AddInt32,
	"addInt64":              atomic.AddInt64,
	"addUint32":             atomic.AddUint32,
	"addUint64":             atomic.AddUint64,
	"addUintptr":            atomic.AddUintptr,
	"compareAndSwapInt32":   atomic.CompareAndSwapInt32,
	"compareAndSwapInt64":   atomic.CompareAndSwapInt64,
	"compareAndSwapPointer": atomic.CompareAndSwapPointer,
	"compareAndSwapUint32":  atomic.CompareAndSwapUint32,
	"compareAndSwapUint64":  atomic.CompareAndSwapUint64,
	"compareAndSwapUintptr": atomic.CompareAndSwapUintptr,
	"loadInt32":             atomic.LoadInt32,
	"loadInt64":             atomic.LoadInt64,
	"loadPointer":           atomic.LoadPointer,
	"loadUint32":            atomic.LoadUint32,
	"loadUint64":            atomic.LoadUint64,
	"loadUintptr":           atomic.LoadUintptr,
	"storeInt32":            atomic.StoreInt32,
	"storeInt64":            atomic.StoreInt64,
	"storePointer":          atomic.StorePointer,
	"storeUint32":           atomic.StoreUint32,
	"storeUint64":           atomic.StoreUint64,
	"storeUintptr":          atomic.StoreUintptr,
	"swapInt32":             atomic.SwapInt32,
	"swapInt64":             atomic.SwapInt64,
	"swapPointer":           atomic.SwapPointer,
	"swapUint32":            atomic.SwapUint32,
	"swapUint64":            atomic.SwapUint64,
	"swapUintptr":           atomic.SwapUintptr,

	"Value": qlang.StructOf((*atomic.Value)(nil)),
}

Exports is the export table of this module.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL