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:
lillo
2002-07-31 20:08:27 +00:00
parent 8f4dae6773
commit c0f8c7be80
2 changed files with 36 additions and 1 deletions
+2
View File
@@ -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;