[Webkit-unassigned] [Bug 108191] New: Consolidate the way WTF_USE_PTHREADS is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 07:02:24 PST 2013


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

           Summary: Consolidate the way WTF_USE_PTHREADS is enabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.gombos at webkit.org


It seems to me that WTF_USE_PTHREADS can be defined with the following simple rule in Platform.h:

#if OS(UNIX)
#define WTF_USE_PTHREADS 1
#endif

Currently we have various other means (at last count 8 - some in port specific build systems) to enable WTF_USE_PTHREADS for the various build configurations.

-- 
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