mirror of
https://github.com/drasko/codezero.git
synced 2026-02-13 10:23:16 +01:00
Some not-very-well working progress on grouply exit.
Going to start from scratch.
This commit is contained in:
@@ -44,7 +44,7 @@ container_head_init(struct container_head *chead)
|
||||
/* Hash table for all existing tasks */
|
||||
struct ktcb_list {
|
||||
struct link list;
|
||||
struct mutex list_lock;
|
||||
struct spinlock list_lock;
|
||||
int count;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user