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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 14:07:31 PST 2013


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





--- Comment #16 from peavo at outlook.com  2013-12-06 14:05:47 PST ---
(In reply to comment #13)
> You either have to write your own mutex class that uses only POD data and has a trivial constructor / destructor, or you need to use std::call_once.

Updated patch to use PlatformMutex type, and added functions to create, lock, and unlock this mutex type.

-- 
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