| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected