Ingo Weinhold 5662ae4585 Changed the team shutdown process a bit:
* The threads beside the main thread are killed earlier now (in the new
  team_shutdown_team()), before removing the team from the team hash and from
  its process group. This fixes #5296.
* Use a condition variable instead of a semaphore to wait for the non-main
  threads to die. We notify the condition right after a thread has left the
  team. The semaphore was released by the undertaker.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35196 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-20 09:34:53 +00:00
..
2010-01-14 03:26:12 +00:00
2010-01-19 20:36:29 +00:00
2009-12-13 21:18:27 +00:00
2009-12-21 20:56:50 +00:00
2009-12-13 21:18:27 +00:00
2009-12-22 15:15:07 +00:00