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 - 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.
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.
Buffer - class se.lth.cs.realtime.event.Buffer.
The standard full-featured RTEventBuffer implementation, including methods for conditional blocking on full/empty conditions.
Buffer - class se.lth.cs.realtime.event.Buffer.
The standard full-featured RTEventBuffer implementation, including methods for conditional blocking on full/empty conditions.
Buffer() - Constructor for class se.lth.cs.realtime.event.Buffer
Initializes the buffer with a size of DEFAULT_SIZE.
Buffer(int) - Constructor for class se.lth.cs.realtime.event.Buffer
Initializes the queue (buffer) with a given maximal size.
Buffer(int, Synchronized.Lock) - Constructor for class se.lth.cs.realtime.event.Buffer
Initializes the queue (buffer) with a given maximal size, and with a lock object to be used for synchronization.
Buffer() - Constructor for class se.lth.cs.realtime.event.Buffer
Initializes the buffer with a size of DEFAULT_SIZE.
Buffer(int) - Constructor for class se.lth.cs.realtime.event.Buffer
Initializes the queue (buffer) with a given maximal size.
Buffer(int, Synchronized.Lock) - Constructor for class se.lth.cs.realtime.event.Buffer
Initializes the queue (buffer) with a given maximal size, and with a lock object to be used for synchronization.
BufferPlain - class se.lth.cs.realtime.event.BufferPlain.
A simple and plain version of the RTEventBuffer, without the extra features of the standard Buffer.
BufferPlain - class se.lth.cs.realtime.event.BufferPlain.
A simple and plain version of the RTEventBuffer, without the extra features of the standard Buffer.
BufferPlain() - Constructor for class se.lth.cs.realtime.event.BufferPlain
Initializes the buffer with a size of DEFAULT_SIZE.
BufferPlain(int) - Constructor for class se.lth.cs.realtime.event.BufferPlain
Initializes the queue (buffer) with a given maximal size.
BufferPlain(int, Synchronized.Lock) - Constructor for class se.lth.cs.realtime.event.BufferPlain
Initializes the queue (buffer) with a given maximal size, and with a lock object to be used for synchronization.
BufferPlain() - Constructor for class se.lth.cs.realtime.event.BufferPlain
Initializes the buffer with a size of DEFAULT_SIZE.
BufferPlain(int) - Constructor for class se.lth.cs.realtime.event.BufferPlain
Initializes the queue (buffer) with a given maximal size.
BufferPlain(int, Synchronized.Lock) - Constructor for class se.lth.cs.realtime.event.BufferPlain
Initializes the queue (buffer) with a given maximal size, and with a lock object to be used for synchronization.
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.
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.
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