1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/tests/core
Marian Buschsieweke ba44bb93d7
tests/core/thread_cooperation: clean up test
- add `static` qualifiers where sensible
- drop `volatile` qualifier that was incorrectly used
- add a comment on use of shared memory for inter-thread communication
2023-10-26 10:34:01 +02:00
..
bitarithm_timings examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
cond_order examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
deferred_yield_higher
irq examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
irq_cpp
irq_disable_restore examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
isr_yield_higher examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
msg_avail
msg_queue_capacity examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
msg_queue_print
msg_send_receive
msg_try_receive
mutex_cancel examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
mutex_order examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
mutex_unlock_and_sleep
rmutex examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
rmutex_cpp examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
sched_change_priority examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
sched_testing
thread_basic
thread_cooperation tests/core/thread_cooperation: clean up test 2023-10-26 10:34:01 +02:00
thread_exit examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_flags examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_flags_xtimer examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_float examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_flood
thread_msg examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_msg_block_race examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_msg_block_w_queue
thread_msg_block_wo_queue
thread_msg_bus examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_msg_seq examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_priority_inversion
thread_race
thread_stack_alignment examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
thread_zombie examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
Makefile.core_common