[Webkit-unassigned] [Bug 204398] [Win] Use thread_local to hold Ref<WTF::Thread> in the thread rather than using FLS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 27 01:50:53 PST 2019


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

--- Comment #1 from Fujii Hironori <Hironori.Fujii at sony.com> ---
https://github.com/facebook/folly/blob/master/folly/ThreadLocal.h
https://github.com/facebook/folly/blob/master/folly/docs/ThreadLocal.md

https://github.com/facebook/folly/commit/ce9e2df36ae6c86ee77dabbf9a6f97f32c39fe26
Since this change, MSVC is using pthread_setspecific rather than __declspec(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/20191127/e8cafe6f/attachment-0001.htm>


More information about the webkit-unassigned mailing list