gtkIOStream
1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
|
#include <Thread.H>
Public Member Functions | |
virtual | ~WaitingThread (void) |
Public Member Functions inherited from ThreadedMethod | |
virtual void * | threadMain (void)=0 |
virtual int | run (int priority=0) |
Public Member Functions inherited from Thread | |
Thread (void) | |
virtual | ~Thread (void) |
void * | stop (void) |
int | run (void *(*start_routine)(void *), void *data, int priority=0) |
int | setPriority (pthread_attr_t *attributes, int priority) |
int | getPriority () |
void * | meetThread (void) |
void | exit (void *retVal) |
bool | running () |
Public Attributes | |
Cond | cond |
Class for inter thread signaling and synchronisation.
Synchronisation is performed in the following manner :
If you need a Boolean test, then construct like so :
|
inlinevirtual |
GTK+ IOStream
Beta
|