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:
Bahadir Balban
2008-09-09 15:39:56 +03:00
parent 89d774f7fa
commit 002fe79a54
6 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
struct task_ids {
int tid;
int spid;
int tgid;
};
#include <l4/arch/arm/types.h>