Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 631 for CGO (0.38 sec)

  1. src/runtime/cgo/cgo.go

    /*
    Package cgo contains runtime support for code generated
    by the cgo tool.  See the documentation for the cgo command
    for details on using cgo.
    */
    package cgo
    
    /*
    
    #cgo darwin,!arm64 LDFLAGS: -lpthread
    #cgo darwin,arm64 LDFLAGS: -framework CoreFoundation
    #cgo dragonfly LDFLAGS: -lpthread
    #cgo freebsd LDFLAGS: -lpthread
    #cgo android LDFLAGS: -llog
    #cgo !android,linux LDFLAGS: -lpthread
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 14:29:46 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. src/runtime/cgo.go

    var set_crosscall2 func()
    
    // cgoHasExtraM is set on startup when an extra M is created for cgo.
    // The extra M must be created before any C/C++ code calls cgocallback.
    var cgoHasExtraM bool
    
    // cgoUse is called by cgo-generated code (using go:linkname to get at
    // an unexported name). The calls serve two purposes:
    // 1) they are opaque to escape analysis, so the argument is considered to
    // escape to the heap.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:47 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. src/internal/trace/testdata/testprog/cgo-callback.go

    Carlos Amedee <******@****.***> 1715265901 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  4. 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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  5. 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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.20.txt

    pkg runtime/cgo (linux-amd64-cgo), type Incomplete struct #46731
    pkg runtime/cgo (linux-arm-cgo), type Incomplete struct #46731
    pkg runtime/cgo (netbsd-386-cgo), type Incomplete struct #46731
    pkg runtime/cgo (netbsd-amd64-cgo), type Incomplete struct #46731
    pkg runtime/cgo (netbsd-arm64-cgo), type Incomplete struct #46731
    pkg runtime/cgo (netbsd-arm-cgo), type Incomplete struct #46731
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. src/cmd/go/testdata/script/version_build_settings.txt

    ! stdout CGO_CPPFLAGS|CGO_CFLAGS|CGO_CXXFLAGS|CGO_LDFLAGS
    
    [cgo] env CGO_ENABLED=1
    [cgo] env CGO_CPPFLAGS=-DFROM_CPPFLAGS=1
    [cgo] env CGO_CFLAGS=-DFROM_CFLAGS=1
    [cgo] env CGO_CXXFLAGS=-DFROM_CXXFLAGS=1
    [cgo] env CGO_LDFLAGS=-L/extra/dir/does/not/exist
    [cgo] go build '-ldflags=all=-linkmode=external -extldflags=-L/bonus/dir/does/not/exist'
    [cgo] go version -m m$GOEXE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 24 21:26:10 UTC 2022
    - 2.7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/build_cwd_newline.txt

    [cgo] ! go tool cgo main.go
    [cgo] stderr 'cgo: input path contains newline character: .*uh-oh'
    [cgo] ! exists _obj
    
    [cgo] go tool cgo -trimpath=$PWD main.go
    [cgo] grep '//line main\.go:1:1' _obj/main.cgo1.go
    [cgo] ! grep 'uh-oh' _obj/main.cgo1.go
    [cgo] rm _obj
    
    
    # Since we do preserve $PWD (or set it appropriately) for commands, and we do
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 07 16:54:27 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top