[webkit-reviews] review requested: [Bug 29149] Add missing LOCKFREE_THREADSAFESHARED defines around using atomicDecrement and atomicIncrement : [Attachment 39375] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 13:57:52 PDT 2009


Benjamin Meyer <ben at meyerhome.net> has asked  for review:
Bug 29149: Add missing LOCKFREE_THREADSAFESHARED defines around using
atomicDecrement and atomicIncrement
https://bugs.webkit.org/show_bug.cgi?id=29149

Attachment 39375: patch
https://bugs.webkit.org/attachment.cgi?id=39375&action=review

------- Additional Comments from Benjamin Meyer <ben at meyerhome.net>
When LOCKFREE_THREADSAFESHARED is not defined
atomicDecrement and atomicIncrement should be wrapped in
#if USE(LOCKFREE_THREADSAFESHARED)


More information about the webkit-reviews mailing list