Lines Matching refs:threads
83 threads = []84 # Spawn N-1 threads and then use this thread as the last one.89 threads.append(thread)93 # Wait for the remaining threads94 for thread in threads:99 # remaining threads.