Mercurial > hg > Papers > 2021 > anatofuz-master
view paper/src/MCWorker.h @ 158:d2be76d48b00 default tip
update
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 17 Feb 2021 14:37:21 +0900 |
parents | 198088f668cd |
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;