Home
last modified time | relevance | path

Searched refs:thread_num (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/thread/
A Dstress_create.py14 thread_num = 0 variable
15 while thread_num < 500:
17 _thread.start_new_thread(thread_entry, (thread_num,))
18 thread_num += 1

Completed in 3 milliseconds