summaryrefslogtreecommitdiffstatshomepage
path: root/tests/thread
Commit message (Expand)AuthorAge
* shared/tinyusb: Only run TinyUSB on the main thread if GIL is disabled.Angus Gratton2024-09-19
* tests/thread: Adapt stress_aes.py to run on zephyr.danicampora2024-09-06
* esp32/mpthreadport: Fix uneven GIL allocation between Python threads.Angus Gratton2024-07-23
* tests/thread/stress_aes.py: Fix logic waiting for finished threads.Damien George2024-07-05
* rp2: Fix recursive atomic sections when core1 is active.Angus Gratton2024-06-25
* tests/thread: Re-enable GC before stress_schedule test ends.Angus Gratton2024-06-21
* tests/thread: Add a test for accuracy of sleep within a thread.Damien George2024-01-05
* tests/thread: Adjust thread tests so most are able to run on rp2 port.Damien George2024-01-05
* py/modthread: Return thread id from start_new_thread().David Lechner2023-09-03
* tests: Replace umodule with module everywhere.Jim Mussared2023-06-08
* all: Fix spelling mistakes based on codespell check.Damien George2023-04-27
* top: Update Python formatting to black "2023 stable style".Jim Mussared2023-02-02
* tests/thread: Use less resources for stress_aes if settrace enabled.Damien George2022-05-17
* tests/thread: Make exc1,exit1,exit2,stacksize1,start1 tests run on rp2.Damien George2021-05-10
* py/gc: Make gc_lock_depth have a count per thread.Damien George2021-05-10
* tests/thread: Make stress_aes.py test run on bare-metal ports.Damien George2021-05-08
* tests/thread: Make stress_create.py test run on esp32.Damien George2021-05-08
* esp32/mpthreadport: Use binary semaphore instead of mutex.Damien George2021-05-08
* tests/thread/stress_schedule.py: Assign globals before running test.Damien George2020-10-28
* all: Rename "sys" module to "usys".stijn2020-09-04
* tests/thread/thread_stacksize1.py: Increase stack size for CPython.yangfl2020-05-05
* py/scheduler: Add assert that scheduler is locked when unlocking.Jim Mussared2020-04-13
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* py/modthread: Raise RuntimeError in release() if lock is not acquired.Damien George2017-06-14
* various: Spelling fixesVille Skyttä2017-05-29
* tests/thread: Add stress-test for creating many threads.Damien George2017-02-15
* tests/thread: Replace busy waiting loops with a loop that sleeps.Damien George2017-02-15
* tests/thread: Fix stack size test so tests run reliably on baremetal.Damien George2017-02-01
* tests/thread: Make thread_exc2 runable on baremetal.Damien George2017-01-31
* tests/thread: Improve modthread.c test coverage.Rami Ali2016-12-29
* tests/thread: Allow some tests to run on ports with not much heap.Damien George2016-06-28
* tests/thread: Allow thread_sleep1 to run without floating point.Damien George2016-06-28
* tests/thread: Make sure that thread tests don't rely on floating point.Damien George2016-06-28
* tests/thread: Make stack-size test run correctly and reliable on uPy.Damien George2016-06-28
* tests/thread: Add test for concurrent mutating of user instance.Damien George2016-06-28
* tests/thread: Add test for concurrent interning of strings.Damien George2016-06-28
* tests/thread: Add tests that mutate shared objects.Damien George2016-06-28
* tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.Damien George2016-06-28
* tests/thread: Add tests for running GC within a thread, and heap stress.Damien George2016-06-28
* tests/thread: Remove need to sleep to wait for completion in some tests.Damien George2016-06-28
* tests: Add 3 more tests for _thread module.Damien George2016-06-28
* tests: Add tests for _thread module.Damien George2016-06-28