A B C D E F G H 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.
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.
BufferLegacy - class se.lth.cs.realtime.event.BufferLegacy.
Deprecated.  
BufferLegacy() - Constructor for class se.lth.cs.realtime.event.BufferLegacy
Deprecated. Initializes the buffer with a size of DEFAULT_SIZE.
BufferLegacy(int) - Constructor for class se.lth.cs.realtime.event.BufferLegacy
Deprecated. Initializes the queue (buffer) with a given maximal size.
BufferLegacy(int, Synchronized.Lock) - Constructor for class se.lth.cs.realtime.event.BufferLegacy
Deprecated. 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() - 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.

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