Home
last modified time | relevance | path

Searched defs:funcval (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmfinal.go94 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)) {
Dheapdump.go225 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) {
Dstack.go1141 func gostartcallfn(gobuf *gobuf, fv *funcval) {
Dproc.go4974 func newproc(fn *funcval) {
4992 func newproc1(fn *funcval, callergp *g, callerpc uintptr, parked bool, waitreason waitReason) *g {
Druntime2.go200 type funcval struct { struct
201 fn uintptr
Dmheap.go1962 func addfinalizer(p unsafe.Pointer, f *funcval, nret uintptr, fint *_type, ot *ptrtype) bool {