Changes between Version 18 and Version 19 of Commentary/Rts/Scheduler
- Timestamp:
- 05/20/10 02:58:49 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Commentary/Rts/Scheduler
v18 v19 82 82 * Some link fields for placing the Task on various queues 83 83 84 == InCalls ==84 == !InCalls == 85 85 86 86 When an in-call is made, a Task is allocated (unless the current OS thread already has a Task), and an `InCall` structure is allocated for the call. The `InCall` structure contains
