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

cthread.cc File Reference

#include <cthread.hxx>
#include <iostream>

Include dependency graph for cthread.cc:

Go to the source code of this file.


Namespaces

namespace  control

Functions

void * thread_start_entry (void *thread_inst)

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 }


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 )