view src/parallel_execution/plautogen/impl/SemaphoreImpl.h @ 570:1233236c244d

autogen DetaGears
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Sun, 24 Nov 2019 22:54:35 +0900
parents
children
line wrap: on
line source

typedef struct SemaphoreImpl <Type, Isa> impl Semaphore {
  int value;
  struct Lock* lock;
  struct Queue* waitThreadQueue;
} SemaphoreImpl;