- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 34 for cgo (0.87 sec)
-
api/go1.11.txt
pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC = 32768 pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC ideal-int pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK = 16384 pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK ideal-int pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 = 93 pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 ideal-int pkg syscall (openbsd-386-cgo), const SYS_PIPE2 = 101
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 22 03:48:56 UTC 2018 - 25K bytes - Viewed (0) -
api/go1.5.txt
pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Ctty int pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Foreground bool pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pgid int pkg syscall (freebsd-amd64), type SysProcAttr struct, Ctty int pkg syscall (freebsd-amd64), type SysProcAttr struct, Foreground bool pkg syscall (freebsd-amd64), type SysProcAttr struct, Pgid int pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Ctty int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Jul 30 21:14:09 UTC 2015 - 46.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64-cgo), const AF_ISO = 7 pkg syscall (freebsd-arm64-cgo), const AF_ISO ideal-int pkg syscall (freebsd-arm64-cgo), const AF_LAT = 14 pkg syscall (freebsd-arm64-cgo), const AF_LAT ideal-int pkg syscall (freebsd-arm64-cgo), const AF_LINK = 18 pkg syscall (freebsd-arm64-cgo), const AF_LINK ideal-int pkg syscall (freebsd-arm64-cgo), const AF_LOCAL = 1
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.1.txt
pkg log/syslog (linux-386-cgo), const LOG_LOCAL7 Priority pkg log/syslog (linux-386-cgo), const LOG_LPR = 48 pkg log/syslog (linux-386-cgo), const LOG_LPR Priority pkg log/syslog (linux-386-cgo), const LOG_MAIL = 16 pkg log/syslog (linux-386-cgo), const LOG_MAIL Priority pkg log/syslog (linux-386-cgo), const LOG_NEWS = 56 pkg log/syslog (linux-386-cgo), const LOG_NEWS Priority
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-amd64-cgo), func CheckBpfVersion //deprecated pkg syscall (darwin-amd64-cgo), func FlushBpf //deprecated pkg syscall (darwin-amd64-cgo), func ParseRoutingMessage //deprecated pkg syscall (darwin-amd64-cgo), func ParseRoutingSockaddr //deprecated pkg syscall (darwin-amd64-cgo), func RouteRIB //deprecated pkg syscall (darwin-amd64-cgo), func SetBpf //deprecated
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
misc/cgo/gmp/gmp.go
The stanza // #include <gmp.h> import "C" is a signal to cgo. The doc comment on the import of "C" provides additional context for the C file. Here it is just a single #include but it could contain arbitrary C definitions to be imported and used. Cgo recognizes any use of a qualified identifier C.xxx and uses gcc to find the definition of xxx. If xxx is a type, cgo replaces C.xxx with
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Apr 11 16:34:30 UTC 2022 - 9.5K bytes - Viewed (0) -
api/go1.12.txt
pkg syscall (freebsd-386-cgo), type Dirent struct, Off int64 pkg syscall (freebsd-386-cgo), type Dirent struct, Pad0 uint8 pkg syscall (freebsd-386-cgo), type Dirent struct, Pad1 uint16 pkg syscall (freebsd-386-cgo), type Stat_t struct, Atim_ext int32 pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize int32 pkg syscall (freebsd-386-cgo), type Stat_t struct, Btim_ext int32
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Jan 02 21:21:53 UTC 2019 - 13.5K bytes - Viewed (0) -
api/go1.4.txt
pkg syscall (linux-386-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap pkg syscall (linux-386-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap pkg syscall (linux-386-cgo), type SysProcIDMap struct pkg syscall (linux-386-cgo), type SysProcIDMap struct, ContainerID int pkg syscall (linux-386-cgo), type SysProcIDMap struct, HostID int pkg syscall (linux-386-cgo), type SysProcIDMap struct, Size int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 12 03:01:01 UTC 2014 - 34K bytes - Viewed (0) -
doc/initial/3-tools.md
## Tools {#tools} ### Go command {#go-command}Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon Jan 22 18:07:49 UTC 2024 - 65 bytes - Viewed (0) -
misc/go_android_exec/README
Android ======= For details on developing Go for Android, see the documentation in the mobile subrepository: https://github.com/golang/mobile To run the standard library tests, enable Cgo and use an appropriate C compiler from the Android NDK. For example, CGO_ENABLED=1 \ GOOS=android \ GOARCH=arm64 \ CC_FOR_TARGET=$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang \ ./all.bash
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Mon May 01 14:45:55 UTC 2023 - 732 bytes - Viewed (0)