mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 12:23:15 +01:00
Removed thread group id pool.
We don't need a separate group id pool for now.
This commit is contained in:
@@ -130,7 +130,6 @@ static inline void set_task_ids(struct ktcb *task, struct task_ids *ids)
|
||||
|
||||
extern struct id_pool *thread_id_pool;
|
||||
extern struct id_pool *space_id_pool;
|
||||
extern struct id_pool *tgroup_id_pool;
|
||||
|
||||
struct ktcb *tcb_find(l4id_t tid);
|
||||
struct ktcb *tcb_find_by_space(l4id_t tid);
|
||||
|
||||
Reference in New Issue
Block a user