Searched defs:funcval (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | mfinal.go | 94 func queuefinalizer(p unsafe.Pointer, fn *funcval, nret uintptr, fint *_type, ot *ptrtype) { 144 func iterate_finq(callback func(*funcval, unsafe.Pointer, uintptr, *_type, *ptrtype)) {
|
D | heapdump.go | 225 func dumpfinalizer(obj unsafe.Pointer, fn *funcval, fint *_type, ot *ptrtype) { 427 func finq_callback(fn *funcval, obj unsafe.Pointer, nret uintptr, fint *_type, ot *ptrtype) {
|
D | stack.go | 1141 func gostartcallfn(gobuf *gobuf, fv *funcval) {
|
D | proc.go | 4974 func newproc(fn *funcval) { 4992 func newproc1(fn *funcval, callergp *g, callerpc uintptr, parked bool, waitreason waitReason) *g {
|
D | runtime2.go | 200 type funcval struct { struct 201 fn uintptr
|
D | mheap.go | 1962 func addfinalizer(p unsafe.Pointer, f *funcval, nret uintptr, fint *_type, ot *ptrtype) bool {
|