Home
last modified time | relevance | path

Searched defs:guintptr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime2.go263 type guintptr uintptr type
272 func (gp *guintptr) cas(old, new guintptr) bool {
277 func (gp *g) guintptr() guintptr { func
Dproc.go6885 func runqgrab(pp *p, batch *[256]guintptr, batchHead uint32, stealRunNextG bool) uint32 {