This website requires JavaScript.
Explore
Help
Register
Sign In
Lerking
/
micropython
Watch
1
Star
0
Fork
0
You've already forked micropython
mirror of
https://github.com/micropython/micropython.git
synced
2026-01-16 08:57:18 +01:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
d3fbfa491f46ec7e3f69d12e037cb3da7b3ae984
micropython
/
tests
/
thread
History
Damien George
e374cfff80
py/modthread: Raise RuntimeError in release() if lock is not acquired.
2017-06-14 14:43:50 +10:00
..
mutate_bytearray.py
…
mutate_dict.py
…
mutate_instance.py
…
mutate_list.py
…
mutate_set.py
…
stress_aes.py
various: Spelling fixes
2017-05-29 11:36:05 +03:00
stress_create.py
tests/thread: Add stress-test for creating many threads.
2017-02-15 11:12:37 +11:00
stress_heap.py
tests/thread: Replace busy waiting loops with a loop that sleeps.
2017-02-15 11:12:37 +11:00
stress_recurse.py
…
thread_exc1.py
…
thread_exc2.py
…
thread_exc2.py.exp
tests/thread: Make thread_exc2 runable on baremetal.
2017-01-31 13:59:20 +11:00
thread_exit1.py
…
thread_exit2.py
…
thread_gc1.py
…
thread_ident1.py
…
thread_lock1.py
py/modthread: Raise RuntimeError in release() if lock is not acquired.
2017-06-14 14:43:50 +10:00
thread_lock2.py
…
thread_lock3.py
…
thread_lock4.py
tests/thread: Replace busy waiting loops with a loop that sleeps.
2017-02-15 11:12:37 +11:00
thread_qstr1.py
tests/thread: Replace busy waiting loops with a loop that sleeps.
2017-02-15 11:12:37 +11:00
thread_shared1.py
…
thread_shared2.py
…
thread_sleep1.py
…
thread_stacksize1.py
tests/thread: Fix stack size test so tests run reliably on baremetal.
2017-02-01 17:21:35 +11:00
thread_start1.py
…
thread_start2.py
…