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 |
|
|
Real thread duties start here:
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 }
|
|
|
Definition at line 35 of file ccontrol.hxx. |
|
|
Definition at line 34 of file ccontrol.hxx. |
|
|
Definition at line 33 of file ccontrol.hxx. |
1.4.0