#include <service.h>
Public Member Functions | |
| service (kernel::module &module) | |
Private Member Functions | |
| service (const service &) | |
| service & | operator= (const service &) |
| threading::mutex_provider * | _add_mutex (threading::mutex &mutex) |
| threading::thread_provider * | _add_thread (threading::thread &thread) |
Definition at line 36 of file service.h.
| scalestack::threading::pthreads::service::service | ( | kernel::module & | module | ) |
Constructor for threading service.
| [in] | module | Module that the service is associated with. |
Reimplemented from scalestack::threading::service.
Definition at line 35 of file service.cc.
| scalestack::threading::pthreads::service::service | ( | const service & | ) | [private] |
Don't allow copying of objects.
Don't allow assignment of objects.
| threading::mutex_provider * scalestack::threading::pthreads::service::_add_mutex | ( | threading::mutex & | mutex | ) | [private, virtual] |
See threading::service::_add_mutex().
Implements scalestack::threading::service.
Definition at line 44 of file service.cc.
| threading::thread_provider * scalestack::threading::pthreads::service::_add_thread | ( | threading::thread & | thread | ) | [private, virtual] |
See threading::service::_add_thread().
Implements scalestack::threading::service.
Definition at line 49 of file service.cc.
1.6.3