[Webkit-unassigned] [Bug 168996] New: Change JSLock to stash the PlatformThread instead of std::thread::id.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 15:45:53 PST 2017


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

            Bug ID: 168996
           Summary: Change JSLock to stash the PlatformThread instead of
                    std::thread::id.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mark.lam at apple.com

PlatformThread is more useful because it allows us to:
1. suspend / resume threads.
2. find the MachineThreads::Thread which is associated with it.
3. send a signal to the thread.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170228/f2e1d0b9/attachment.html>


More information about the webkit-unassigned mailing list