Mercurial > hg > GearsTemplate
diff src/parallel_execution/plautogen/impl/LockImpl.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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/parallel_execution/plautogen/impl/LockImpl.h Sun Nov 24 22:54:35 2019 +0900 @@ -0,0 +1,6 @@ +typedef struct LockImpl <Type, Isa> impl Lock { + Int* lock; + struct Queue* waitThreadQueue; + struct Atomic* atomic; + struct Context* lockContext; +} LockImpl;