|
MADNESS 0.10.1
|


Public Member Functions | |
| Peasant (ConcurrentHashMap< int, double > &a) | |
| void | run () |
| Function to be executed by the thread. | |
Public Member Functions inherited from madness::ThreadBase | |
| ThreadBase () | |
| Default constructor. | |
| virtual | ~ThreadBase () |
| int | cancel () const |
| Cancel this thread. | |
| const pthread_t & | get_id () const |
| Get the pthread id of this thread (if running). | |
| int | get_pool_thread_index () const |
Get index of this thread in ThreadPool. | |
| void | start () |
| Start the thread running. | |
Private Attributes | |
| ConcurrentHashMap< int, double > & | a |
Additional Inherited Members | |
Static Public Member Functions inherited from madness::ThreadBase | |
| static void | exit () |
| A thread can call this to terminate its execution. | |
| static int | num_hw_processors () |
| Get number of actual hardware processors. | |
| static ThreadBase * | this_thread () |
|
inline |
References madness::ThreadBase::start().
|
inlinevirtual |
Function to be executed by the thread.
Override this to do work.
Implements madness::ThreadBase.
References a, madness::ConcurrentHashMap< keyT, valueT, hashfunT >::find(), MADNESS_EXCEPTION, and ndone.
|
private |
Referenced by run().