HomeSort by relevance Sort by last modified time
    Searched refs:cgo (Results 376 - 400 of 491) sorted by null

<<11121314151617181920

  /prebuilts/go/darwin-x86/src/runtime/
signal_386.go 129 print("signal arrived during cgo execution\n")
signal_amd64x.go 163 print("signal arrived during cgo execution\n")
signal_arm64.go 137 print("signal arrived during cgo execution\n")
signal_ppc64x.go 142 print("signal arrived during cgo execution\n")
string.go 306 // used by cmd/cgo
proc1.go 679 // Cgo may have left stack size in stack.hi.
852 // When running with cgo, we call _cgo_thread_start
876 // In case of cgo or Solaris, pthread_create will make us a stack.
896 // needm is called when a cgo callback happens on a
918 // program (if cgo is in use) the list is seeded with a single m.
925 // goroutine for the duration of the cgo callback.
971 var earlycgocallback = []byte("fatal error: cgo callback before cgo call\n")
978 // The goroutine is the context in which the cgo callback will run.
1012 // dropm is called when a cgo callback has called needm but is no
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
types_freebsd.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
types_linux.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 257 "runtime/cgo",
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 349 "cgo",
787 if strings.Contains(p, "package main") && dir != "cmd/go" && dir != "cmd/cgo" {
1117 "Go needs a system C compiler for use with cgo.\n"+
1119 "To disable cgo, export CGO_ENABLED=0.\n", defaultcc, err)
  /prebuilts/go/linux-x86/src/net/
cgo_unix.go 5 // +build cgo,!netgo
  /prebuilts/go/linux-x86/src/runtime/debug/
garbage.go 133 // is ready to run but all the existing threads are blocked in system calls, cgo calls,
  /prebuilts/go/linux-x86/src/runtime/
proc.go 17 // so all cgo calls can rely on it existing. When main_init is complete,
runtime2.go 219 stack stack // offset known to runtime/cgo
304 ncgocall uint64 // number of cgo calls in total
305 ncgo int32 // number of cgo calls currently in progress
476 // Internal locks can be recursive. For instance, a lock for cgo can occur while the main
signal_386.go 129 print("signal arrived during cgo execution\n")
signal_amd64x.go 163 print("signal arrived during cgo execution\n")
signal_arm64.go 137 print("signal arrived during cgo execution\n")
signal_ppc64x.go 142 print("signal arrived during cgo execution\n")
string.go 306 // used by cmd/cgo
proc1.go 679 // Cgo may have left stack size in stack.hi.
852 // When running with cgo, we call _cgo_thread_start
876 // In case of cgo or Solaris, pthread_create will make us a stack.
896 // needm is called when a cgo callback happens on a
918 // program (if cgo is in use) the list is seeded with a single m.
925 // goroutine for the duration of the cgo callback.
971 var earlycgocallback = []byte("fatal error: cgo callback before cgo call\n")
978 // The goroutine is the context in which the cgo callback will run.
1012 // dropm is called when a cgo callback has called needm but is no
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
types_freebsd.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
types_linux.go 8 Input to cgo -godefs. See also mkerrors.sh and mkall.sh
  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 257 "runtime/cgo",
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
macho.go 772 // boundary. This allows pure (non-cgo) Go binaries
778 // when it is run on a pure (non-cgo) Go binary, where
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
macho.go 769 // boundary. This allows pure (non-cgo) Go binaries
775 // when it is run on a pure (non-cgo) Go binary, where

Completed in 850 milliseconds

<<11121314151617181920