Home | History | Annotate | Download | only in codereview

Lines Matching refs:finished_upload_threads

3277 		finished_upload_threads = []
3285 finished_upload_threads.append(self)
3290 while len(finished_upload_threads) > 0:
3291 t = finished_upload_threads.pop()