1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00
Marian Buschsieweke 4a31578982
core/thread: Add/change helper access functions
- Add `thread_get_active()` to access the TCB
- Add `thread_get_unchecked()` as fast alternative to `thread_get()`
- Drop `volatile` qualifier in `thread_get()`
    - Right now every caller of this function does this. It is better to
      contain this undefined behavior to at least one place in code
2020-08-06 14:35:43 +02:00
..
2017-02-16 17:11:22 +01:00
2019-05-02 12:09:37 +02:00
2020-03-30 17:02:08 +02:00
2020-04-21 15:10:56 +02:00
2020-03-30 17:02:08 +02:00
2020-04-28 13:35:05 +02:00
2020-03-30 17:02:08 +02:00
2020-04-28 13:35:05 +02:00
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00
2020-03-30 17:02:08 +02:00