runtime

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Oct 17, 2019 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const CLOCK_MONOTONIC_RAW = 4
View Source
const Compiler = "tinygo"
View Source
const GOARCH = "amd64"
View Source
const GOOS = "linux"
View Source
const TargetBits = 64

The bitness of the CPU (e.g. 8, 32, 64).

Variables

This section is empty.

Functions

func Caller

func Caller(skip int) (pc uintptr, file string, line int, ok bool)

func GOMAXPROCS

func GOMAXPROCS(n int) int

func GOROOT

func GOROOT() string

func Goexit added in v0.9.0

func Goexit()

Goexit terminates the currently running goroutine. No other goroutines are affected.

Unlike the main Go implementation, no deffered calls will be run.

func Gosched added in v0.9.0

func Gosched()

Types

type Func

type Func struct {
}

func FuncForPC

func FuncForPC(pc uintptr) *Func

func (*Func) Name

func (f *Func) Name() string

Directories

Path Synopsis
internal
sys
Package volatile provides definitions for volatile loads and stores.
Package volatile provides definitions for volatile loads and stores.

Jump to

Keyboard shortcuts

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