Home | History | Annotate | Download | only in am

Lines Matching defs:worker

6628         // Worker thread to both batch writes and to avoid blocking the caller on I/O.
6794 // Do the rest in a worker thread to avoid blocking the caller on I/O
6796 Thread worker = new Thread("Error dump: " + dropboxTag) {
6844 worker.run(); // We may be about to die -- need to run this synchronously
6846 worker.start();