Brian Anderson 6657e729de Lock the new task's scheduler when creating a task
Previously we were locking the spawning task's scheduler. I couldn't
see that that was protecting anything. The newborn_task list in the new task's
scheduler though was unprotected from concurrent access. So now we're locking
the new task's scheduler.
2011-07-29 22:43:11 -07:00
..
2011-07-28 10:47:29 -07:00
2011-06-15 14:25:53 -07:00
2011-07-13 13:51:20 -07:00
2011-07-28 12:53:14 -07:00
2011-07-29 18:54:59 -07:00
2011-07-13 13:51:20 -07:00
2011-05-31 14:32:08 -04:00