[Webkit-unassigned] [Bug 125305] Incorrect usage of ThreadingOnce class.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 6 13:11:24 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125305
--- Comment #14 from peavo at outlook.com 2013-12-06 13:09:40 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.
Thanks, would it be ok to use the PlatformMutex type, and add a couple of new functions to lock and unlock a mutex of this 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