Project stdui: "Simple Type Dialog User-Interface"

|
Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

control Namespace Reference


Classes

class  ccontrol
 base controler class. The controler class is a subset of cmutex and cthread and its execution is associated with a pthread_cond variable. More...
class  cmutex
class  cthread
 Base class of the multithread engine of the control API. More...
class  ctimer

Functions

void * thread_start_entry (void *thread_inst)

Variables

const int terminate = 0
const int proceed = 1
const int pause = 2

Function Documentation

void* thread_start_entry void *  thread_inst  ) 
 

Real thread duties start here:

Todo:
implement thread end returns with end-state value...

Definition at line 26 of file cthread.cc.

References control::cthread::run_.

00027 {
00028     cthread* inst = (cthread*) thread_inst;
00030     inst->run_.emit();
00031     // -------------------------------
00033     return 0l;
00034 }


Variable Documentation

const int control::pause = 2
 

Definition at line 35 of file ccontrol.hxx.

const int control::proceed = 1
 

Definition at line 34 of file ccontrol.hxx.

const int control::terminate = 0
 

Definition at line 33 of file ccontrol.hxx.


API Documentation Generated by:  doxygen 1.4.0
About the author | Site started with trial version of DreamWeaver MX 2004 | Finalizing with  | Contact | ©2005, Serge Lussier ( Bretzel )