Home
last modified time | relevance | path

Searched refs:ConcurrentReaders (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/compliance/
Dreadgraph.go32 ConcurrentReaders = 5 var
98 if ConcurrentReaders < 1 {
115 task: make(chan bool, ConcurrentReaders),
116 results: make(chan *result, ConcurrentReaders),
119 for i := 0; i < ConcurrentReaders; i++ {
/build/make/tools/compliance/projectmetadata/
Dprojectmetadata.go32 ConcurrentReaders = 5 var
157 ix := &Index{task: make(chan bool, ConcurrentReaders), rootFS: rootFS}
158 for i := 0; i < ConcurrentReaders; i++ {
170 if ConcurrentReaders < 1 {