mirror of
https://github.com/drasko/codezero.git
synced 2026-01-28 02:33:18 +01:00
Added thread group identification to c0 and libl4
tgid will be used when threads will be created in same address space.
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
struct task_ids {
|
||||
int tid;
|
||||
int spid;
|
||||
int tgid;
|
||||
};
|
||||
|
||||
#include <l4/arch/arm/types.h>
|
||||
|
||||
Reference in New Issue
Block a user