Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for cgo (0.14 sec)

  1. 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
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  2. 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
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/except.txt

    pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize uint32
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint32
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint32
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint32
    pkg syscall (freebsd-arm-cgo), type Stat_t struct, Lspare int32
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  4. 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
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 18K bytes
    - Viewed (0)
  5. Makefile

    test-iam: build ## verify IAM (external IDP, etcd backends)
    	@echo "Running tests for IAM (external IDP, etcd backends)"
    	@MINIO_API_REQUESTS_MAX=10000 CGO_ENABLED=0 go test -tags kqueue -v -run TestIAM* ./cmd
    	@echo "Running tests for IAM (external IDP, etcd backends) with -race"
    	@MINIO_API_REQUESTS_MAX=10000 GORACE=history_size=7 CGO_ENABLED=1 go test -race -tags kqueue -v -run TestIAM* ./cmd
    
    test-iam-ldap-upgrade-import: build ## verify IAM (external LDAP IDP)
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 21:55:41 GMT 2024
    - 10.3K bytes
    - Viewed (1)
  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
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  7. .gitignore

    *.pyc
    ._*
    .nfs.*
    [56789a].out
    *~
    *.orig
    *.rej
    *.exe
    .*.swp
    core
    *.cgo*.go
    *.cgo*.c
    _cgo_*
    _obj
    _test
    _testmain.go
    
    /VERSION.cache
    /bin/
    /build.out
    /doc/articles/wiki/*.bin
    /goinstall.log
    /last-change
    /misc/cgo/life/run.out
    /misc/cgo/stdio/run.out
    /misc/cgo/testso/main
    /pkg/
    /src/*.*/
    /src/cmd/cgo/zdefaultcc.go
    /src/cmd/dist/dist
    /src/cmd/go/internal/cfg/zdefaultcc.go
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jun 22 19:44:52 GMT 2023
    - 958 bytes
    - Viewed (0)
  8. 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
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 01 14:45:55 GMT 2023
    - 732 bytes
    - Viewed (0)
  9. api/go1.18.txt

    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal
    pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 13K bytes
    - Viewed (0)
  10. doc/initial/3-tools.md

    ## Tools {#tools}
    
    ### Go command {#go-command}
    
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jan 22 18:07:49 GMT 2024
    - 65 bytes
    - Viewed (0)
Back to top