mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 04:43:16 +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:
@@ -71,6 +71,8 @@ int sys_getid(syscall_context_t *regs)
|
||||
|
||||
ids->tid = this->tid;
|
||||
ids->spid = this->spid;
|
||||
ids->tgid = this->tgid;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user