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

B

BinarySem - class se.lth.cs.realtime.semaphore.BinarySem.
A Semaphore containing a boolean flag instead of a counter, to support signaling in cases when waiting threads should not catch up with successive missed calls of give.
BinarySem() - Constructor for class se.lth.cs.realtime.semaphore.BinarySem
Creates a new BinarySem with the internal (boolean) flag set to false.
BinarySem(boolean) - Constructor for class se.lth.cs.realtime.semaphore.BinarySem
Creates a new BinarySem with the internal (boolean) flag set to the specified value.
BinarySem(int) - Constructor for class se.lth.cs.realtime.semaphore.BinarySem
Creates a new BinarySem with the boolean initialized in a way compatible with the constructors of CountingSem.
baseTime - Variable in class se.lth.cs.realtime.PeriodicThread
The absolute time (calculated in ms since midnight, January 1, 1970 UTC) used to compute the time of the next call to perform.
buffer - Variable in class se.lth.cs.realtime.event.RTEventBuffer
The actual buffer.

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