[Webkit-unassigned] [Bug 244153] New: [WTF] Ensure isMainThread() semantics are the same across all platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 20 00:38:09 PDT 2022


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

            Bug ID: 244153
           Summary: [WTF] Ensure isMainThread() semantics are the same
                    across all platforms
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: james.hilliard1 at gmail.com

It was determined in https://bugs.webkit.org/show_bug.cgi?id=243401 that isMainThread() can not simply check if the current thread is the initial process thread but must compare the current thread against the thread set when initializeMainThreadPlatform is called to handle cases when WebKit is run under applications like Eclipse which don't initialize WebKit in the main process thread.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220820/03ea75ff/attachment-0001.htm>


More information about the webkit-unassigned mailing list