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() - Constructor for class se.lth.cs.realtime.Condition
 
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.
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.
CyclicThread - class se.lth.cs.realtime.CyclicThread.
This class models a real-time thread with cyclic behaviour.
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(RTThreadGroup, String, boolean) - Constructor for class se.lth.cs.realtime.CyclicThread
Allocates a new CyclicThread.
call(Object) - Method in class se.lth.cs.realtime.event.RendezvousEvent
 
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.
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.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.
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