#include <pthread.h>
#include <string>
#include <map>
#include <feeserver/fee_lock.hh>


Namespaces | |
| namespace | FeeServer |
Classes | |
| class | FeeServer::Thread |
Class representing a thread. The user should overload the function operator member function (operator()) to do the thread job. Provides member function for cancelling, joining, and so on. More... | |
| class | FeeServer::Thread::Attributes |
| Thread attributes. More... | |
| class | FeeServer::ThreadManager |
| Thread manager class. This is a singleton object that registers all threads started. More... | |
Functions | |
| void | FeeServer::fee_thread_cleanup (void *arg) |
| void * | FeeServer::fee_thread_launcher (void *arg) throw () |
1.5.6