Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for CGO (0.05 sec)

  1. 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)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const AF_DECnet ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_DLI = 13
    pkg syscall (netbsd-arm64-cgo), const AF_DLI ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_E164 = 26
    pkg syscall (netbsd-arm64-cgo), const AF_E164 ideal-int
    pkg syscall (netbsd-arm64-cgo), const AF_ECMA = 8
    pkg syscall (netbsd-arm64-cgo), const AF_ECMA ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.11.md

    * kubectl built for darwin from darwin now enables cgo to use the system-native C libraries for DNS resolution. Cross-compiled kubectl (e.g. from an official kubernetes release) still uses the go-native netgo DNS implementation.  ([#64219](https://github.com/kubernetes/kubernetes/pull/64219), [@ixdy](h...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 328.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssagen/ssa.go

    			// Or maybe not, see issue 18860.  Even unnamed return values
    			// must be written back so if a defer recovers, the caller can see them.
    			return false
    		}
    		if s.cgoUnsafeArgs {
    			// Cgo effectively takes the address of all result args,
    			// but the compiler can't see that.
    			return false
    		}
    	}
    	return true
    	// TODO: try to make more variables SSAable?
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top