Changes between Version 16 and Version 17 of Developer/SMP


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

/* Design Issues */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/SMP

    v16 v17  
    368368 *  The new SMP schedulers lack test coverage.
    369369 *  Implement clustered (or partitioned) scheduling with a sophisticated resource sharing protocol (e.g. <ref name="BurnsWellings2013">A. Burns and A.J. Wellings, A Schedulability Compatible Multiprocessor Resource Sharing Protocol - MrsP, Proceedings of the 25th Euromicro Conference on Real-Time Systems (ECRTS 2013), July 2013. </ref>).  To benefit from this the Giant lock must be eliminated.
    370 =  Implementation  =
    371 
    372 =  = Testing ==
     370= = Clustered Scheduling  ==
     371
     372=  == Task Variables ===
     373
     374
     375=== Non-Preempt Mode for Mutual Exclusion ===
     376
     377
     378=== Thread Restart ===
     379
     380
     381=== Thread Delete ===
     382
     383
     384=== Semaphores and Mutexes ===
     385
     386
     387== Implementation ==
     388
     389
     390== Testing ==
    373391
    374392