RESOLVED FIXED127251
Convert LoaderRunLoopCF.cpp and WebCoreThreadRun.cpp over to modern threading primitives
https://bugs.webkit.org/show_bug.cgi?id=127251
Summary Convert LoaderRunLoopCF.cpp and WebCoreThreadRun.cpp over to modern threading...
Anders Carlsson
Reported 2014-01-19 10:27:54 PST
Convert LoaderRunLoopCF.cpp and WebCoreThreadRun.cpp over to modern threading primitives
Attachments
Patch (6.80 KB, patch)
2014-01-19 10:30 PST, Anders Carlsson
koivisto: review+
Anders Carlsson
Comment 1 2014-01-19 10:30:06 PST
Antti Koivisto
Comment 2 2014-01-19 10:35:58 PST
Comment on attachment 221588 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=221588&action=review > Source/WebCore/platform/ios/wak/WebCoreThreadRun.cpp:116 > +static std::mutex* runQueueMutex = nullptr; > +static CFRunLoopSourceRef runSource = nullptr; > +static WebThreadRunQueue* runQueue = nullptr; > Don't need to initialise globals to null.
Anders Carlsson
Comment 3 2014-01-19 10:37:41 PST
Note You need to log in before you can comment on or make changes to this bug.