[webkit-reviews] review denied: [Bug 137195] [WK2][EFL] Fix the problem that threads created by a DispatchQueueEfl are not destroyed even after the DispatchQueueEfl has been destructed : [Attachment 239469] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 13 01:59:37 PDT 2014


Byungwoo Lee <bw80.lee at samsung.com> has denied Joonghun Park
<jh718.park at samsung.com>'s request for review:
Bug 137195: [WK2][EFL] Fix the problem that threads created by a
DispatchQueueEfl are not destroyed even after the DispatchQueueEfl has been
destructed
https://bugs.webkit.org/show_bug.cgi?id=137195

Attachment 239469: Patch
https://bugs.webkit.org/attachment.cgi?id=239469&action=review

------- Additional Comments from Byungwoo Lee <bw80.lee at samsung.com>
DispatchQueue can be destroyed at the ThreadContext::function because the
DispatchQueue::ThreadContext has a reference of the DispatchQueue instance.
Joining the thread at the DispatchQueue destructor can lead a infinite waiting
of the created thread.


More information about the webkit-reviews mailing list