IBM SYSTEMG G RUNTIME & NATIVE STORE
0.5
IBM Native Graph Computing and Storage System based on IBM Parallel Programming Library
|
Task manager for the runtime. It maintains a task allocator per thread. More...
#include <task_manager.h>
Public Member Functions | |
void | init (size_t n) |
ta_type & | get_ta (size_t i) |
Private Types | |
typedef task_allocator< T > | ta_type |
Private Attributes | |
std::vector< ta_type > | _tas |
Task manager for the runtime. It maintains a task allocator per thread.