Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 204 for CGO (0.08 sec)

  1. api/go1.17.txt

    pkg runtime/cgo (darwin-arm64-cgo), type Handle uintptr
    pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
    pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
    pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}
    pkg runtime/cgo (freebsd-386-cgo), type Handle uintptr
    pkg runtime/cgo (freebsd-amd64-cgo), func NewHandle(interface{}) Handle
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 18K bytes
    - Viewed (0)
  2. api/except.txt

    pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 326
    pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 138
    pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 7
    pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 300
    pkg syscall (openbsd-386-cgo), const SizeofIfData = 208
    pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 232
    pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 48
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  3. 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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 02 21:21:53 UTC 2019
    - 13.5K bytes
    - Viewed (0)
  4. src/net/conf.go

    // On those systems the cgo resolver does not require the cgo tool.
    // (The term "cgo resolver" was locked in by GODEBUG settings
    // at a time when the cgo resolver did require the cgo tool.)
    //
    // Adding netdns=go to GODEBUG will prefer the go resolver.
    // Adding netdns=cgo to GODEBUG will prefer the cgo resolver.
    //
    // The Resolver struct has a PreferGo field that user code
    // may set to prefer the go resolver. It is documented as being
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 18 03:13:26 UTC 2024
    - 15.5K bytes
    - Viewed (0)
  5. api/go1.9.txt

    pkg math/bits (linux-amd64), const UintSize = 64
    pkg math/bits (linux-amd64-cgo), const UintSize = 64
    pkg math/bits (linux-arm), const UintSize = 32
    pkg math/bits (linux-arm-cgo), const UintSize = 32
    pkg math/bits (netbsd-386), const UintSize = 32
    pkg math/bits (netbsd-386-cgo), const UintSize = 32
    pkg math/bits (netbsd-amd64), const UintSize = 64
    pkg math/bits (netbsd-amd64-cgo), const UintSize = 64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 04 20:20:20 UTC 2021
    - 10.7K bytes
    - Viewed (0)
  6. src/syscall/mkall.sh

    	mksyscall="./mksyscall_libc.pl -aix"
    	mktypes="GOARCH=$GOARCH go tool cgo -godefs"
    	;;
    darwin_amd64)
    	mkerrors="$mkerrors -m64"
    	mksyscall="./mksyscall.pl -darwin"
    	mktypes="GOARCH=$GOARCH go tool cgo -godefs"
    	mkasm="go run mkasm.go"
    	;;
    darwin_arm64)
    	mkerrors="$mkerrors -m64"
    	mksyscall="./mksyscall.pl -darwin"
    	mktypes="GOARCH=$GOARCH go tool cgo -godefs"
    	mkasm="go run mkasm.go"
    	;;
    dragonfly_amd64)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 06 18:22:23 UTC 2023
    - 14.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/cgocall/cgocall.go

    	"golang.org/x/tools/go/ast/astutil"
    )
    
    const debug = false
    
    const Doc = `detect some violations of the cgo pointer passing rules
    
    Check for invalid cgo pointer passing.
    This looks for code that uses cgo to call C code passing values
    whose types are almost always invalid according to the cgo pointer
    sharing rules.
    Specifically, it warns about attempts to pass a Go chan, map, func,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  8. src/cmd/cgo/doc.go

    environment variable when running the go tool: set it to 1 to enable
    the use of cgo, and to 0 to disable it. The go tool will set the
    build constraint "cgo" if cgo is enabled. The special import "C"
    implies the "cgo" build constraint, as though the file also said
    "//go:build cgo".  Therefore, if cgo is disabled, files that import
    "C" will not be built by the go tool. (For more about build constraints
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  9. src/cmd/internal/test2json/testdata/vet.json

    {"Action":"pause","Test":"TestVetDirs/incomplete"}
    {"Action":"run","Test":"TestVetDirs/cgo"}
    {"Action":"output","Test":"TestVetDirs/cgo","Output":"=== RUN   TestVetDirs/cgo\n"}
    {"Action":"output","Test":"TestVetDirs/cgo","Output":"=== PAUSE TestVetDirs/cgo\n"}
    {"Action":"pause","Test":"TestVetDirs/cgo"}
    {"Action":"cont","Test":"TestVet/7"}
    {"Action":"output","Test":"TestVet/7","Output":"=== CONT  TestVet/7\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 11.8K bytes
    - Viewed (0)
  10. 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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 22 03:48:56 UTC 2018
    - 25K bytes
    - Viewed (0)
Back to top