Marian Buschsieweke 4c3e92f183
core: Made thread state an enum
- Introduced enum type `thread_state_t` to replace preprocessor macros
- Moved thread states to `sched.h` for two reasons:
  a) Because of the interdependencies of `sched.h` and `thread.h` keeping it in
     `thread.h` would result in ugly code.
  b) Theses thread states are defined from the schedulers point of view, so it
     actually makes senses to have it defined there
2019-02-13 13:31:52 +01:00
..
2019-02-13 13:31:52 +01:00
2017-02-16 17:11:22 +01:00
2018-11-30 11:22:07 -08:00
2015-09-12 12:43:15 +02:00
2017-03-28 20:50:48 +02:00
2019-01-09 23:00:50 +01:00
2018-11-09 08:41:50 +01:00
2017-11-16 14:39:54 +01:00
2017-03-01 22:01:26 +01:00
2018-06-11 19:12:02 +02:00
2019-02-13 13:31:52 +01:00
2019-02-13 13:31:52 +01:00
2019-02-13 13:31:52 +01:00