mirror of
https://github.com/drasko/codezero.git
synced 2026-01-23 00:03:15 +01:00
Removed thread group id pool.
We don't need a separate group id pool for now.
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
/* ID pools for threads and spaces. */
|
||||
struct id_pool *thread_id_pool;
|
||||
struct id_pool *space_id_pool;
|
||||
struct id_pool *tgroup_id_pool;
|
||||
|
||||
/* Hash table for all existing tasks */
|
||||
struct ktcb_list {
|
||||
|
||||
Reference in New Issue
Block a user