Source File
3cba874ddeb388d384ac56aac3965e4e68e118497d449e645536824ebda8ca9d-d
Belonging Package
runtime/cgo
//go:cgo_ldflag "-O2"
//go:cgo_ldflag "-g"
//go:cgo_ldflag "-lpthread"
// Code generated by cmd/cgo; DO NOT EDIT.
package cgo
import
func ( unsafe.Pointer) unsafe.Pointer { return }
//go:linkname _Cgo_always_false runtime.cgoAlwaysFalse
var _Cgo_always_false bool
//go:linkname _Cgo_use runtime.cgoUse
func (interface{})
type _Ctype_void [0]byte
//go:linkname _cgo_runtime_cgocall runtime.cgocall
func (unsafe.Pointer, uintptr) int32
//go:linkname _cgoCheckPointer runtime.cgoCheckPointer
func (interface{}, interface{})
//go:linkname _cgoCheckResult runtime.cgoCheckResult
func (interface{})
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |