SST/macro
sim_thread_lock.h
Go to the documentation of this file.
1 #ifndef sstmac_common_sim_thread_lock_h
2 #define sstmac_common_sim_thread_lock_h
3 
4 namespace sstmac {
5 
7 {
8  public:
9  static sim_thread_lock*
10  construct();
11 
12  virtual void
13  lock() = 0;
14 
15  virtual void
16  unlock() = 0;
17 };
18 
19 }
20 
21 #endif
22 
23 
virtual void lock()=0
virtual void unlock()=0
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
static sim_thread_lock * construct()