Searched refs:thread_num (Results 1 – 1 of 1) sorted by relevance
14 thread_num = 0 variable15 while thread_num < 500:17 _thread.start_new_thread(thread_entry, (thread_num,))18 thread_num += 1
Completed in 3 milliseconds