Lines Matching defs:task
92 type task struct { struct
93 mu sync.Mutex
94 viewed bool
95 depth int
96 pid string
97 cmd string
98 cap *cap.Set
99 iab *cap.IAB
100 parent string
101 threads []*task
102 children []string
105 func (ts *task) String() string {
130 func (ts *task) fill(pid string, n int, thread bool) {
201 func rDump(pids map[string]*task, requested map[string]bool, pid, stub, lstub, estub string, depth …
325 func findPIDs(list []string, pids map[string]*task, glob string) <-chan string {
348 func setDepth(pids map[string]*task, pid string) int {