[Webkit-unassigned] [Bug 144541] [GTK] Async operations running in the WorkQueue thread should schedule their sources to the WorkQueue main loop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 4 00:14:14 PDT 2015


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

--- Comment #3 from Zan Dobersek <zan at falconsigh.net> ---
Comment on attachment 252263
  --> https://bugs.webkit.org/attachment.cgi?id=252263
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=252263&action=review

> Tools/TestWebKitAPI/Tests/WTF/gtk/WorkQueueGtk.cpp:58
> +            [](GObject*, GAsyncResult*, gpointer userData) {

It's not terribly important here, but if following the usual pattern of condition usage you'd be expected to lock the context.m_lock mutex inside the lambda.

-- 
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/20150504/ff52cd84/attachment.html>


More information about the webkit-unassigned mailing list