mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
e348a8df80
This adds support for the recently introduced thread flags mechanism to the `ps` module; while previously it would show a thread in state "(null)" when it is blocked on thread_flags_wait_any or thread_flags_wait_all, it now shoes the state "bl anyfl" or "bl allfl", respectively. The labels are kept that short to not mess with the fixed-width layout. |
||
---|---|---|
.. | ||
Makefile | ||
ps.c |