mirror of
https://github.com/drasko/codezero.git
synced 2026-08-05 22:10:07 +02:00
Added means to search for threads in other containers
Thread ids now contain their container ids in the top 2 nibbles. Threads on other containers can be addressed by changing those two nibbles. The addressing of inter-container threads are subject to capabilities.
This commit is contained in:
@@ -19,7 +19,6 @@ struct task_ids {
|
||||
l4id_t tid;
|
||||
l4id_t spid;
|
||||
l4id_t tgid;
|
||||
l4id_t cid;
|
||||
};
|
||||
|
||||
static inline void *
|
||||
|
||||
Reference in New Issue
Block a user