Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 785 for CGO (0.15 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/cmd/vet/testdata/cgo/cgo.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This file contains tests for the cgo checker.
    
    package testdata
    
    // void f(void *p) {}
    import "C"
    
    import "unsafe"
    
    func CgoTests() {
    	var c chan bool
    	C.f(*(*unsafe.Pointer)(unsafe.Pointer(&c))) // ERROR "embedded pointer"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 20 15:46:42 UTC 2019
    - 462 bytes
    - Viewed (0)
  4. src/runtime/testdata/testprogcgo/cgo.go

    Russ Cox <******@****.***> 1509125409 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 31 13:20:27 UTC 2017
    - 1.8K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. 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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top