view paper/src/AtomicTImpl.h @ 131:988b3024d685

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Mon, 08 Feb 2021 05:49:37 +0900
parents 4642d2f215d2
children
line wrap: on
line source

typedef struct AtomicTImpl <T> impl AtomicT {
  T atomic;
  T init;
  __code next(...);
} AtomicTImpl;