A B C D E F G H I J L M N O P R S T U W Y _

M

MAX_PRIORITY - Static variable in class se.lth.cs.realtime.RTThread
The maximum priority that a thread can have.
MIN_PRIORITY - Static variable in class se.lth.cs.realtime.RTThread
The minimum priority that a thread can have.
Monitor - interface se.lth.cs.realtime.Monitor.
Support for the concept of monitors ([Hoare 1974]) by imposing further rules, such as limitations on external syncronization.
MultistepSem - class se.lth.cs.realtime.semaphore.MultistepSem.
NOTE1: This class currently lacks native support, so you might not be able to run a compiled version on your target HW/RTOS.
MultistepSem() - Constructor for class se.lth.cs.realtime.semaphore.MultistepSem
Creates a new MultistepSem with the internal counter initialized to 0.
MultistepSem(int) - Constructor for class se.lth.cs.realtime.semaphore.MultistepSem
Creates a new MultistepSem, initializing it to the specified (possibly negative) number.
MutexSem - class se.lth.cs.realtime.semaphore.MutexSem.
A Semaphore with special support for MUTual EXclusion.
MutexSem() - Constructor for class se.lth.cs.realtime.semaphore.MutexSem
Creates a new MutexSem with the internal (boolean) access flag set to true.
main(String[]) - Static method in class SimpleClient
 
main(String[]) - Static method in class SimpleServer
 
main(String[]) - Static method in class se.lth.cs.realtime.License
 
mapToDevices() - Method in class se.lth.cs.opi.OPIPipeline
 
millis(long) - Method in class se.lth.cs.realtime.Timebase
Express the time stamp (number of ticks) in milli-seconds.

A B C D E F G H I J L M N O P R S T U W Y _