A B C D E F G 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.
MultistepSem - class se.lth.cs.realtime.semaphore.MultistepSem.
Counting semaphore permitting increments and decrements that are greater than one.
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.
mailbox - Variable in class se.lth.cs.realtime.JThread
The event inbut buffer.
mailbox - Variable in class se.lth.cs.realtime.RTThread
The event inbut buffer.
maxSizeR - Variable in class se.lth.cs.realtime.event.RTEventBuffer
Maximal queue size for Reading events.
maxSizeW - Variable in class se.lth.cs.realtime.event.RTEventBuffer
Maximal queue size, which is also the size for Writing/posting.
maxTimeLag - Variable in class se.lth.cs.realtime.JThread
 
milliRate - Variable in class se.lth.cs.realtime.Timebase
Ticks per milli-second.
millis(long) - Method in class se.lth.cs.realtime.Timebase
Express the timestamp (number of ticks) in milli-seconds.

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