[Issue 8831] core.atomic: add compare-and-swap function with other result type

2019-08-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8831 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 8831] core.atomic: add compare-and-swap function with other result type

2019-08-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8831 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #9 from Dlang Bot --- @TurkeyMa

[Issue 8831] core.atomic: add compare-and-swap function with other result type

2019-08-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8831 Manu changed: What|Removed |Added CC||turkey...@gmail.com --- Comment #8 from Manu --- http

[Issue 8831] core.atomic: add compare-and-swap function with other result type

2012-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8831 --- Comment #7 from mimocrocodil <4deni...@gmail.com> 2012-10-17 20:45:45 PDT --- (In reply to comment #6) > Please submit a pull request to: > https://github.com/D-Programming-Language/druntime > > Thanks! Sorry, иге my clone of the druntime

[Issue 8831] core.atomic: add compare-and-swap function with other result type

2012-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8831 Alex R�nne Petersen changed: What|Removed |Added CC||a...@lycus.org --- Comment #6 fr

[Issue 8831] core.atomic: add compare-and-swap function with other result type

2012-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8831 Weed changed: What|Removed |Added CC||resume...@mail.ru --- Comment #5 from Weed 201

[Issue 8831] core.atomic: add compare-and-swap function with other result type

2012-10-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8831 --- Comment #4 from mimocrocodil <4deni...@gmail.com> 2012-10-17 13:08:25 PDT --- bool casw( shared (size_t)* here, size_t ifThis, size_t writeThis, size_t* comparedWith ) nothrow { static if( size_t.sizeof == long.sizeof ) { as

[Issue 8831] core.atomic: add compare-and-swap function with other result type

2012-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8831 mimocrocodil <4deni...@gmail.com> changed: What|Removed |Added Component|Phobos |druntime --- Commen

[Issue 8831] core.atomic: add compare-and-swap function with other result type

2012-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8831 --- Comment #2 from mimocrocodil <4deni...@gmail.com> 2012-10-16 15:35:10 PDT --- (In reply to comment #1) > names: "cas", "cas1" (it seems name from Java) for function who returns > comparision value and "cass" for function who returns struct.

[Issue 8831] core.atomic: add compare-and-swap function with other result type

2012-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8831 --- Comment #1 from mimocrocodil <4deni...@gmail.com> 2012-10-16 15:15:57 PDT --- names: "cas", "cas1" (it seems name from Java) for function who returns comparision value and "cass" for function who returns struct. (And can stop at first two -