Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/runtime/
Dmwbbuf.go42 type wbBuf struct { struct
49 next uintptr
54 end uintptr
57 buf [wbBufEntries]uintptr
78 func (b *wbBuf) reset() {
100 func (b *wbBuf) discard() {
105 func (b *wbBuf) empty() bool {
131 func (b *wbBuf) get1() *[1]uintptr {
142 func (b *wbBuf) get2() *[2]uintptr {
Druntime2.go739 wbBuf wbBuf member