Lines Matching refs:cgo
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 now
1032 // in which dropm happens on each cgo call, is still correct too.
1033 // We may have to keep the current version on systems with cgo
1798 // reentersyscall is the entry point used by cgo callbacks, where explicitly
1876 // Standard syscall entry used by the go syscall library and normal cgo calls.
2580 // Cgo, we can't unwind and symbolize arbitrary C code,
2581 // so instead collect Go stack that leads to the cgo call.
2582 // This is especially important on windows, since all syscalls are cgo calls.