MCPcopy Create free account
hub / github.com/divan/gotrace / pdesc

Struct pdesc

trace/parser.go:371–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369 evCreate *Event
370 }
371 type pdesc struct {
372 running bool
373 g uint64
374 evScan *Event
375 evSweep *Event
376 }
377
378 gs := make(map[uint64]gdesc)
379 ps := make(map[int]pdesc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected