mirror of
https://github.com/drasko/codezero.git
synced 2026-03-15 00:31:50 +01:00
Stack recycling is added to the thread library.
Still, it does not support thread trees which have more than one level depth.
This commit is contained in:
@@ -19,6 +19,7 @@ struct l4t_tcb {
|
||||
int tid;
|
||||
struct utcb_head *utcb_head;
|
||||
unsigned long utcb_addr;
|
||||
unsigned long stack_addr;
|
||||
};
|
||||
|
||||
/* This struct keeps track of all the threads handled by the thread lib. */
|
||||
|
||||
Reference in New Issue
Block a user