Blame view

RIOT/tests/thread_exit/README.md 196 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
  Expected result
  ===============
  You should see the following sequence at the console
  
  main: starting
  main: exiting
  2nd: starting
  3rd: starting
  3rd: exiting
  2nd: exiting
  4th: starting
  4th: exiting