RESOLVED DUPLICATE of bug 174569 Bug 186371
[CoordGraphics] NicosiaPaintingEngineThreaded should be cross platform
https://bugs.webkit.org/show_bug.cgi?id=186371
Summary [CoordGraphics] NicosiaPaintingEngineThreaded should be cross platform
Don Olmstead
Reported 2018-06-06 17:11:11 PDT
Currently NicosiaPaintingEngineThreaded uses glib directly for a thread pool implementation.
Attachments
Zan Dobersek
Comment 1 2018-06-07 00:30:44 PDT
There's existing ThreadPool implementation in WTF, but it has to be pulled out of WorkQueue and into a standalone header if it's to be used.
Yusuke Suzuki
Comment 2 2018-06-07 00:32:57 PDT
(In reply to Zan Dobersek from comment #1) > There's existing ThreadPool implementation in WTF, but it has to be pulled > out of WorkQueue and into a standalone header if it's to be used. I have a patch for the thread pool. https://bugs.webkit.org/show_bug.cgi?id=174569
Yusuke Suzuki
Comment 3 2018-06-08 03:24:35 PDT
Now, NicosiaPaintingEngineThreaded becomes cross-platform by replacing glib thread pool with WTF::WorkerPool. *** This bug has been marked as a duplicate of bug 174569 ***
Note You need to log in before you can comment on or make changes to this bug.