SST/macro
simple_compute_scheduler.h
Go to the documentation of this file.
1 #ifndef sstmac_software_process_simple_COMPUTE_scheduleR_H
2 #define sstmac_software_process_simple_COMPUTE_scheduleR_H
3 
5 
6 namespace sstmac {
7 namespace sw {
8 
10 {
11  public:
14  {}
15 
16  void reserve_core(thread* thr);
17 
18  void release_core(thread* thr);
19 
20  private:
21  std::list<thread*> pending_threads_;
23 };
24 
25 }
26 }
27 
28 #endif // BASIC_COMPUTE_scheduleR_H
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...