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
..
2018-04-05 14:39:59 +02:00
2018-02-22 19:13:39 +01:00
2018-05-28 15:43:41 -04:00
2018-06-11 19:12:02 +02:00
2018-10-18 13:37:21 +02:00
2018-06-15 00:34:33 +02:00
2018-06-11 19:12:02 +02:00
2018-04-05 14:39:59 +02:00
2019-02-13 13:31:52 +01:00
2018-08-24 18:14:03 +02:00
2018-08-31 10:35:02 +02:00
2018-10-03 10:44:14 +02:00
2018-10-20 09:30:41 -04:00
2018-09-25 21:07:29 +02:00