Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/internal/trace/internal/oldtrace/
Dorder.go16 type gState struct { struct
17 seq uint64
18 status gStatus
99 func transitionReady(g uint64, curr, init gState) bool {
103 func transition(gs map[uint64]gState, g uint64, init, next gState) error {
/prebuilts/go/linux-x86/src/internal/trace/
Dorder.go1177 type gState struct { struct
1178 id GoID
1179 status go122.GoStatus
1180 seq seqCounter
1183 regions []userRegion
1186 rangeState
1190 func (s *gState) beginRegion(r userRegion) error {
1196 func (s *gState) endRegion(r userRegion) error {
/prebuilts/go/linux-x86/src/cmd/trace/
Dgstate.go28 type gState[R resource] struct { type