OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_cgo_panic
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/cgo/
callbacks.go
24
// it works to call it with three arguments when calling
_cgo_panic
.
34
// crosscall2(
_cgo_panic
, &a, sizeof a);
40
//go:linkname
_cgo_panic
_cgo_panic
41
//go:cgo_export_static
_cgo_panic
42
//go:cgo_export_dynamic
_cgo_panic
45
func
_cgo_panic
(a unsafe.Pointer, n int32) {
func
/prebuilts/go/linux-x86/src/runtime/cgo/
callbacks.go
24
// it works to call it with three arguments when calling
_cgo_panic
.
34
// crosscall2(
_cgo_panic
, &a, sizeof a);
40
//go:linkname
_cgo_panic
_cgo_panic
41
//go:cgo_export_static
_cgo_panic
42
//go:cgo_export_dynamic
_cgo_panic
45
func
_cgo_panic
(a unsafe.Pointer, n int32) {
func
Completed in 389 milliseconds