Home
last modified time | relevance | path

Searched defs:UploadQueue (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/tools/mac/upload_system_symbols/
Dupload_system_symbols.go167 type UploadQueue struct { struct
168 *WorkerPool
169 queue chan string
183 func (uq *UploadQueue) Upload(filepath string) {
189 func (uq *UploadQueue) Done() {
193 func (uq *UploadQueue) worker() {
228 func StartDumpQueue(root, dumpPath string, uq *UploadQueue) *DumpQueue {
288 func uploadFromDirectory(directory string, uq *UploadQueue) {