Lines Matching defs:threading
54 import threading
322 @param quit_event A threading.Event which will be set by the master thread to
324 @param progress_event A threading.Event which will be set by the master thread
422 self.quit_event = threading.Event()
423 self.progress_event = threading.Event()
432 self.thread = threading.Thread(target=FetchRevision,
476 Threading is used to fetch Chromium revisions in the background, speeding up