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

C

Condition - class se.lth.cs.realtime.Condition.
Providing enhanced {wait() | wait(timeout) | notify() | notifyAll()} methods, acting on the already locked object provided as the first argument for all methods.
Condition - class se.lth.cs.realtime.Condition.
Providing enhanced {wait() | wait(timeout) | notify() | notifyAll()} methods, acting on the already locked object provided as the first argument for all methods.
Condition.Factory - class se.lth.cs.realtime.Condition.Factory.
A factory which creates condition variables.
Condition.Factory - class se.lth.cs.realtime.Condition.Factory.
A factory which creates condition variables.
Condition.Factory(MutexSem) - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables are used in combination with a mutual exclusion semaphore.
Condition.Factory(Monitor) - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables will be used within a Monitor.
Condition.Factory(Synchronized.Lock) - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables will be used within synchronized blocks and the object, which is used for synchronization, need to be used elsewhere.
Condition.Factory() - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables will be used within synchronized block and the object, which is used for synchronization, only will be used in the calling object.
Condition.Factory(MutexSem) - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables are used in combination with a mutual exclusion semaphore.
Condition.Factory(Monitor) - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables will be used within a Monitor.
Condition.Factory(Synchronized.Lock) - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables will be used within synchronized blocks and the object, which is used for synchronization, need to be used elsewhere.
Condition.Factory() - Constructor for class se.lth.cs.realtime.Condition.Factory
This constructor should be used when condition variables will be used within synchronized block and the object, which is used for synchronization, only will be used in the calling object.
ConfigureEvent - class se.lth.cs.realtime.event.ConfigureEvent.
Basic support for in-process and buffered reconfiguration of threads, as defined by providing a subclass with suitable configure method(s).
ConfigureEvent - class se.lth.cs.realtime.event.ConfigureEvent.
Basic support for in-process and buffered reconfiguration of threads, as defined by providing a subclass with suitable configure method(s).
ConfigureEvent(Activity) - Constructor for class se.lth.cs.realtime.event.ConfigureEvent
Constructs a ConfigureEvent object with the specified source thread and identifier.
ConfigureEvent(Activity) - Constructor for class se.lth.cs.realtime.event.ConfigureEvent
Constructs a ConfigureEvent object with the specified source thread and identifier.
CountingSem - class se.lth.cs.realtime.semaphore.CountingSem.
Basic type of semaphore containing a counter which is incremented by one fore each call to give, and decremented by one for each returning call of take.
CountingSem - class se.lth.cs.realtime.semaphore.CountingSem.
Basic type of semaphore containing a counter which is incremented by one fore each call to give, and decremented by one for each returning call of take.
CountingSem() - Constructor for class se.lth.cs.realtime.semaphore.CountingSem
Creates a new CountingSem with the internal counter initialized to 0.
CountingSem(int) - Constructor for class se.lth.cs.realtime.semaphore.CountingSem
Creates a new CountingSem, initializing it to the specified (possibly negative) number.
CountingSem() - Constructor for class se.lth.cs.realtime.semaphore.CountingSem
Creates a new CountingSem with the internal counter initialized to 0.
CountingSem(int) - Constructor for class se.lth.cs.realtime.semaphore.CountingSem
Creates a new CountingSem, initializing it to the specified (possibly negative) number.
CyclicThread - class se.lth.cs.realtime.CyclicThread.
This class models a real-time thread with cyclic behavior.
CyclicThread - class se.lth.cs.realtime.CyclicThread.
This class models a real-time thread with cyclic behavior.
CyclicThread() - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread(String) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread(RTThreadGroup) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread(RTThreadGroup, String) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread() - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread(String) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread(RTThreadGroup) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
CyclicThread(RTThreadGroup, String) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
call(Object) - Method in class se.lth.cs.realtime.event.RendezvousEvent
The work to be carried out by the tread accepting the rendezvous.
call(Object) - Method in class se.lth.cs.realtime.event.RendezvousEvent
The work to be carried out by the tread accepting the rendezvous.
claimer - Variable in class se.lth.cs.realtime.event.OwnerError
The (RT)Thread trying to use/post an object/event belonging to someone else.
claimer - Variable in class se.lth.cs.realtime.event.OwnerError
The (RT)Thread trying to use/post an object/event belonging to someone else.
configure(Thread) - Method in class se.lth.cs.realtime.event.ConfigureEvent
Configuration or reconfiguration of Java/concurrent threads, as defined by subclassing in the event-posting thread.
configure(RTThread) - Method in class se.lth.cs.realtime.event.ConfigureEvent
Configuration or reconfiguration of real-time threads.
configure(Thread) - Method in class se.lth.cs.realtime.event.ConfigureEvent
Configuration or reconfiguration of Java/concurrent threads, as defined by subclassing in the event-posting thread.
configure(RTThread) - Method in class se.lth.cs.realtime.event.ConfigureEvent
Configuration or reconfiguration of real-time threads.
currSize - Variable in class se.lth.cs.realtime.event.RTEventBuffer
Current queue size.
currSize - Variable in class se.lth.cs.realtime.event.RTEventBuffer
Current queue size.
currentRTThread() - Static method in class se.lth.cs.realtime.RTThread
Returns a reference to the currently executing RTThread.
currentRTThread() - Static method in class se.lth.cs.realtime.RTThread
Returns a reference to the currently executing RTThread.
currentSize() - Method in class se.lth.cs.realtime.event.Buffer
The current size of the buffer.
currentSize() - Method in class se.lth.cs.realtime.event.Buffer
The current size of the buffer.
currentSize() - Method in class se.lth.cs.realtime.event.BufferPlain
The current size of the buffer.
currentSize() - Method in class se.lth.cs.realtime.event.BufferPlain
The current size of the buffer.
currentSize() - Method in class se.lth.cs.realtime.event.RTEventBuffer
The current size of the buffer.
currentSize() - Method in class se.lth.cs.realtime.event.RTEventBuffer
The current size of the buffer.
currentThread() - Static method in class se.lth.cs.realtime.RTThread
Returns a reference to the currently executing thread object, which can be either an RTThread or a java.lang.Thread.
currentThread() - Static method in class se.lth.cs.realtime.RTThread
Returns a reference to the currently executing thread object, which can be either an RTThread or a java.lang.Thread.
currentTimeMillis() - Static method in class se.lth.cs.realtime.RTSystem
Obtain current 'real' time.
currentTimeMillis() - Static method in class se.lth.cs.realtime.RTSystem
Obtain current 'real' time.

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