[Webkit-unassigned] [Bug 29149] New: Add missing LOCKFREE_THREADSAFESHARED defines around using atomicDecrement and atomicIncrement

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


https://bugs.webkit.org/show_bug.cgi?id=29149

           Summary: Add missing LOCKFREE_THREADSAFESHARED defines around
                    using atomicDecrement and atomicIncrement
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ben at meyerhome.net



Benjamin Meyer <ben at meyerhome.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #39375|                            |review?
               Flag|                            |


Created an attachment (id=39375)
 --> (https://bugs.webkit.org/attachment.cgi?id=39375)
patch

When LOCKFREE_THREADSAFESHARED is not defined
atomicDecrement and atomicIncrement should be wrapped in
#if USE(LOCKFREE_THREADSAFESHARED)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list