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
30
// crosscall2(
_cgo_panic
, &a, sizeof a);
36
//go:linkname
_cgo_panic
_cgo_panic
37
//go:cgo_export_static
_cgo_panic
38
//go:cgo_export_dynamic
_cgo_panic
41
func
_cgo_panic
(a unsafe.Pointer, n int32) {
func
/prebuilts/go/linux-x86/src/runtime/cgo/
callbacks.go
30
// crosscall2(
_cgo_panic
, &a, sizeof a);
36
//go:linkname
_cgo_panic
_cgo_panic
37
//go:cgo_export_static
_cgo_panic
38
//go:cgo_export_dynamic
_cgo_panic
41
func
_cgo_panic
(a unsafe.Pointer, n int32) {
func
Completed in 308 milliseconds