little scheduler fixes and made team death synchronized by a semaphore
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@548 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -92,6 +92,8 @@ struct proc {
|
||||
void *ioctx;
|
||||
/** Path ??? */
|
||||
char path[SYS_MAX_PATH_LEN];
|
||||
/** Semaphore to wait on for dying threads */
|
||||
sem_id death_sem;
|
||||
/** Our address space pointer */
|
||||
aspace_id _aspace_id;
|
||||
vm_address_space *aspace;
|
||||
|
||||
Reference in New Issue
Block a user