mirror of
https://github.com/drasko/codezero.git
synced 2026-03-31 01:09:02 +02: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