[Webkit-unassigned] [Bug 30713] New: Disable ReadWriteLock on platforms using pthreads but which do not support pthread_rwlock

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 06:38:28 PDT 2009


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

           Summary: Disable ReadWriteLock on platforms using pthreads but
                    which do not support pthread_rwlock
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: steveblock at google.com
                CC: benm at google.com


ReadWriteLock is currently used only on SnowLeopard. See
http://trac.webkit.org/changeset/44651. It is therefore implemented only on
platforms using pthreads.

However, some platforms that use pthreads (eg Android) do not support
pthread_rwlock. For these platforms, ReadWriteLock should be disabled.

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