package types type Thread struct { Uid uint32 Children []*Thread }