[Webkit-unassigned] [Bug 125305] Incorrect usage of ThreadingOnce class.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 12:42:03 PST 2013


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





--- Comment #11 from peavo at outlook.com  2013-12-06 12:40:20 PST ---
(In reply to comment #10)
> (From update of attachment 218612 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=218612&action=review
> 
> > Source/JavaScriptCore/dfg/DFGWorklist.cpp:266
> > +static Mutex initializeMutex;
> 
> This is a static initializer / destructor.

Yes, I have tried to come up with something which can avoid that, but I find it hard to get around this without using a static global object for platform which doesn't use pthreads ...

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list