Some not-very-well working progress on grouply exit.

Going to start from scratch.
This commit is contained in:
Bahadir Balban
2009-10-30 19:52:52 +02:00
parent ee7621b2df
commit f3c0a38fa9
7 changed files with 39 additions and 69 deletions

View File

@@ -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;
};