85 #include "reduction_core.h"
92 thread_ret thread_function_call ReductionCore::Run(
void *args) {
94 ReductionCore *_this = ((ReductionCore *)args);
102 run = j->update(Now());
111 ReductionCore::ReductionCore() :
Thread() {
114 ReductionCore::~ReductionCore() {