Mercurial > hg > Papers > 2021 > anatofuz-master
view paper/src/AtomicTImpl.h @ 155:6f940582768f
...
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 16 Feb 2021 15:21:11 +0900 |
parents | 4642d2f215d2 |
children |
line wrap: on
line source
typedef struct AtomicTImpl <T> impl AtomicT { T atomic; T init; __code next(...); } AtomicTImpl;