#include <LimService.H>
Public Member Functions | |
| LSWorker (LimService *ls, const Basics::thread_attr &attr) throw () | |
| void | Start (SRPC *srpc, int intfVer, int procId) throw () |
| void | Finish () throw () |
Private Attributes | |
| Basics::thread | th |
| LimService * | ls |
| SRPC * | srpc |
| int | intfVersion |
| int | procId |
| Basics::mutex | mu |
| bool | argsReady |
| Basics::cond | workToDo |
Friends | |
| void * | LimService_Worker (void *arg) throw () |
|
||||||||||||
|
Definition at line 385 of file LimService.C. References LimService_Worker(). |
|
|
Definition at line 428 of file LimService.C. References srpc. |
|
||||||||||||||||
|
Definition at line 414 of file LimService.C. References Basics::mutex::lock(), mu, and Basics::mutex::unlock(). Referenced by LimService::Run(). |
|
|
Definition at line 392 of file LimService.C. |
|
|
Definition at line 319 of file LimService.H. Referenced by LimService_Worker(). |
|
|
Definition at line 314 of file LimService.H. Referenced by LimService_Worker(). |
|
|
Definition at line 312 of file LimService.H. Referenced by LimService_Worker(). |
|
|
Definition at line 318 of file LimService.H. Referenced by LimService_Worker(). |
|
|
Definition at line 315 of file LimService.H. Referenced by LimService_Worker(). |
|
|
Definition at line 313 of file LimService.H. Referenced by Finish(), and LimService_Worker(). |
|
|
Definition at line 309 of file LimService.H. |
|
|
Definition at line 320 of file LimService.H. Referenced by LimService_Worker(). |
1.4.2