1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pthread_flood
Francisco Molina eb107a08cb
tests/pthread_flood: cleanup test
- Cleans up pthread initialization, checks for ret code !=0,
  instead of -1. For some platforms the first thread was not
  started and therefore `pthread_join` could not succeed.
- Always specify stackaddr and stacksize to not use malloc
- Formatting and uncrustify
2020-07-23 10:05:37 +02:00
..
tests tests/pthread_flood: cleanup test 2020-07-23 10:05:37 +02:00
main.c tests/pthread_flood: cleanup test 2020-07-23 10:05:37 +02:00
Makefile tests: BOARD_INSUFFICIENT_MEMORY -> Makefile.ci 2019-10-17 15:11:59 +02:00
Makefile.ci cpu/atmega32u4: Clean up 2020-05-15 11:23:05 +02:00