Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Druntime1.go298 type dbgVar struct { struct
299 name string
300 value *int32 // for variables that can only be set at startup
301 atomic *atomic.Int32 // for variables that can be changed during execution
302 def int32 // default value (ideally zero)