Changes between Version 18 and Version 19 of Developer/SMP


Ignore:
Timestamp:
01/13/14 15:48:22 (10 years ago)
Author:
Sh
Comment:

/* Future Directions */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/SMP

    v18 v19  
    388388specified by the application at linktime, upon or after the creation of the
    389389dispatching domain.  So we have clustered scheduling.
     390
     391At any one time a thread belongs to exactly one dispatching domain.  There will
     392be no scheduling hierarchies and no intersections between dispatching domains.
     393If no dispatching domain is explicitly specified, then it will inherit the one
     394from the executing context to support external code that is not aware of
     395clustered scheduling.  This inheritance feature is erroneous and static checks
     396should be made on the program code and link directives to prevent it from
     397happening in this study project.
    390398= = Task Variables  ==
    391399