Searched refs:ConcurrentReaders (Results 1 – 2 of 2) sorted by relevance
32 ConcurrentReaders = 5 var98 if ConcurrentReaders < 1 {115 task: make(chan bool, ConcurrentReaders),116 results: make(chan *result, ConcurrentReaders),119 for i := 0; i < ConcurrentReaders; i++ {
32 ConcurrentReaders = 5 var157 ix := &Index{task: make(chan bool, ConcurrentReaders), rootFS: rootFS}158 for i := 0; i < ConcurrentReaders; i++ {170 if ConcurrentReaders < 1 {