Scopira
20080306
|
#include <thread_pthreads.h>
Public Attributes | |
volatile T | pm_data |
scopira::tool::mutex | pm_mutex |
shared data | |
This class stores data that would be shared between more than one thread. The class basically associated a mutex with the given data type. locker_ptr may then be called.