view paper/src/MCWorker.h @ 109:198088f668cd

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sat, 06 Feb 2021 14:37:27 +0900
parents
children
line wrap: on
line source

#include "state_db.h"
#include "memory.h"
#include "TaskIterator.h"

typedef struct MCWorker <> {
  pthread_mutex_t mutex;
  pthread_cond_t cond;
...
  StateDB parent;
  StateDB root;
...
} MCWorker;