[Issue 9763] @contended and @contended("groupName")

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9763 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 9763] @contended and @contended(groupName)

2013-03-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9763 --- Comment #1 from bearophile_h...@eml.cc 2013-03-20 11:53:59 PDT --- A current workaround is to use align (with a value, because of Issue 9766 ): align(128) struct Test3 { int field1; int field2; } pragma(msg, Test3:); pragma(msg,