[Webkit-unassigned] [Bug 164442] void ThreadTimers::sharedTimerFiredInternal() is not thread safe....

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 5 10:26:13 PDT 2016


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |ddkilzer at webkit.org,
                   |                            |simon.fraser at apple.com,
                   |                            |thorton at apple.com
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
There is no need for synchronization in this class, each instance is only used from one thread. Please see this comment in ThreadTimers.cpp:

// Timers are created, started and fired on the same thread, and each thread has its own ThreadTimers
// copy to keep the heap and a set of currently firing timers.

-- 
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/20161105/44179390/attachment.html>


More information about the webkit-unassigned mailing list