mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
sched/tcbinfo: add stack info to tcbinfo
Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
This commit is contained in:
@@ -97,6 +97,8 @@ begin_packed_struct struct tcbinfo_s
|
||||
uint16_t state_off;
|
||||
uint16_t pri_off;
|
||||
uint16_t name_off;
|
||||
uint16_t stack_off;
|
||||
uint16_t stack_size_off;
|
||||
uint16_t regs_off;
|
||||
uint16_t basic_num;
|
||||
uint16_t total_num;
|
||||
|
||||
Reference in New Issue
Block a user